HAOS Add-on: config.yaml Fix für Add-on Store

- panel_title entfernt (kein gültiges HA-Feld, blockt Parser)
- init: false entfernt (nicht kompatibel mit HA Alpine Base)
- description: Pfeil-Unicode entfernt
- mqtt_pass schema: password (statt str, maskiert im UI)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
retr0
2026-04-24 22:36:43 +02:00
parent af6ff398e8
commit 8adc7573e3
+2 -4
View File
@@ -1,7 +1,7 @@
name: Growatt ShineLAN-X name: Growatt ShineLAN-X
version: "1.0.0" version: "1.0.0"
slug: growatt_shinelan_x 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 - armhf
@@ -11,11 +11,9 @@ arch:
- i386 - i386
startup: application startup: application
boot: auto boot: auto
init: false
ingress: true ingress: true
ingress_port: 8099 ingress_port: 8099
panel_icon: mdi:solar-power panel_icon: mdi:solar-power
panel_title: ShineLAN-X
options: options:
modbus_ip: "10.10.20.190" modbus_ip: "10.10.20.190"
modbus_port: 502 modbus_port: 502
@@ -35,6 +33,6 @@ schema:
mqtt_broker: str mqtt_broker: str
mqtt_port: int mqtt_port: int
mqtt_user: str mqtt_user: str
mqtt_pass: str mqtt_pass: password
mqtt_topic_prefix: str mqtt_topic_prefix: str
update_interval: int update_interval: int