HAOS Add-on: Schema-Fix + Arch bereinigt

- inverter_model schema: str statt Pipe-Enum (HA kennt keinen Pipe-Syntax)
- arch: nur aarch64 + amd64 (armhf/armv7/i386 deprecated)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
retr0
2026-04-24 22:50:07 +02:00
parent 8adc7573e3
commit c1fc3a080a
+1 -4
View File
@@ -4,11 +4,8 @@ slug: growatt_shinelan_x
description: Growatt Wechselrichter via ShineLAN-X (NuttX Modbus TCP) - MQTT Discovery + Web UI description: Growatt Wechselrichter via ShineLAN-X (NuttX Modbus TCP) - MQTT Discovery + Web UI
url: https://gitea.bitfire.work/retr0/Growatt-Wechselrichter-HAOS url: https://gitea.bitfire.work/retr0/Growatt-Wechselrichter-HAOS
arch: arch:
- armhf
- armv7
- aarch64 - aarch64
- amd64 - amd64
- i386
startup: application startup: application
boot: auto boot: auto
ingress: true ingress: true
@@ -29,7 +26,7 @@ schema:
modbus_ip: str modbus_ip: str
modbus_port: int modbus_port: int
modbus_address: int modbus_address: int
inverter_model: "MIC_1500_TL_X|MIC_2000_TL_X|SPH_5000_TL3|MOD_6000_TL3" inverter_model: str
mqtt_broker: str mqtt_broker: str
mqtt_port: int mqtt_port: int
mqtt_user: str mqtt_user: str