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:
@@ -1,7 +1,7 @@
|
||||
name: Growatt ShineLAN-X
|
||||
version: "1.0.0"
|
||||
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
|
||||
arch:
|
||||
- armhf
|
||||
@@ -11,11 +11,9 @@ arch:
|
||||
- i386
|
||||
startup: application
|
||||
boot: auto
|
||||
init: false
|
||||
ingress: true
|
||||
ingress_port: 8099
|
||||
panel_icon: mdi:solar-power
|
||||
panel_title: ShineLAN-X
|
||||
options:
|
||||
modbus_ip: "10.10.20.190"
|
||||
modbus_port: 502
|
||||
@@ -35,6 +33,6 @@ schema:
|
||||
mqtt_broker: str
|
||||
mqtt_port: int
|
||||
mqtt_user: str
|
||||
mqtt_pass: str
|
||||
mqtt_pass: password
|
||||
mqtt_topic_prefix: str
|
||||
update_interval: int
|
||||
|
||||
Reference in New Issue
Block a user