From 8adc7573e3108ac50a810935ddba1108af45e57f Mon Sep 17 00:00:00 2001 From: retr0 <42kdesigners@gmail.com> Date: Fri, 24 Apr 2026 22:36:43 +0200 Subject: [PATCH] =?UTF-8?q?HAOS=20Add-on:=20config.yaml=20Fix=20f=C3=BCr?= =?UTF-8?q?=20Add-on=20Store?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 --- haos-addon/config.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/haos-addon/config.yaml b/haos-addon/config.yaml index a9e8ed5..63676fc 100644 --- a/haos-addon/config.yaml +++ b/haos-addon/config.yaml @@ -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