From 9df7afbf019b3a38fa3dcae426a9f8beed4db5bf Mon Sep 17 00:00:00 2001 From: Johannes <29555657+joBr99@users.noreply.github.com> Date: Sun, 26 Nov 2023 18:18:46 +0100 Subject: [PATCH 1/3] Update config.yaml --- nspanel-lovelace-ui/config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nspanel-lovelace-ui/config.yaml b/nspanel-lovelace-ui/config.yaml index c977fd37..f9233969 100644 --- a/nspanel-lovelace-ui/config.yaml +++ b/nspanel-lovelace-ui/config.yaml @@ -1,6 +1,6 @@ # https://developers.home-assistant.io/docs/add-ons/configuration#add-on-config name: NSPanel Lovelace UI Addon -version: "4.7.47" +version: "4.7.48" slug: nspanel-lovelace-ui description: NSPanel Lovelace UI Addon services: @@ -18,7 +18,7 @@ map: - addon_config:rw options: loglevel: DEBUG - logtofile: true + logtofile: false schema: loglevel: list(DEBUG|INFO|WARNING|ERROR|CRITICAL) logtofile: bool From 46e18d0954807be487478c91a0ac32e72c7961c6 Mon Sep 17 00:00:00 2001 From: Johannes <29555657+joBr99@users.noreply.github.com> Date: Sun, 26 Nov 2023 18:35:21 +0100 Subject: [PATCH 2/3] Update panels.yaml.example --- .../usr/bin/mqtt-manager/panels.yaml.example | 37 +++++++++++-------- 1 file changed, 21 insertions(+), 16 deletions(-) diff --git a/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/panels.yaml.example b/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/panels.yaml.example index db9db42c..b54de200 100644 --- a/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/panels.yaml.example +++ b/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/panels.yaml.example @@ -1,15 +1,29 @@ nspanels: - tasmota_nspdev2: - name: test - panelRecvTopic: "tele/tasmota_nspdev2/RESULT" - panelSendTopic: "cmnd/tasmota_nspdev2/CustomSend" + name_of_your_panel: + panelRecvTopic: "tele/tasmota_topic/RESULT" + panelSendTopic: "cmnd/tasmota_topic/CustomSend" timeFormat: "%H:%M" timeZone: "Europe/Berlin" dateFormat: "full" - locale: "en_US" + locale: "de_DE" + #updateMode: "auto-notify" + sleepTimeout: 20 + sleepTracking: person.johannes + sleepBrightness: 10 + sleepOverride: + entity: switch.deckenbeleuchtung_wohnzimmer + brightness: 10 screensaver: + doubleTapToUnlock: True entities: - - entity: switch.decorative_lights + - entity: weather.k3ll3r + attr: temperature + - entity: weather.k3ll3r + day: 1 + - entity: weather.k3ll3r + day: 2 + - entity: weather.k3ll3r + day: 3 cards: - type: cardEntities title: Test Entities Card @@ -18,19 +32,10 @@ nspanels: - entity: switch.decorative_lights - entity: lock.front_door - entity: scene.test - - type: cardEntities - title: Test Entities Card2 - entities: - - entity: vacuum.5_fifth_floor - - type: cardGrid - title: Test Entities Card3 - entities: - - entity: vacuum.5_fifth_floor - - entity: navigate.test hiddenCards: - type: cardEntities key: test title: Hidden Entities Card entities: - entity: light.bed_light - - entity: switch.decorative_lights \ No newline at end of file + - entity: switch.decorative_lights From 7b811ca0f8aa690a6383823c8dd6e58025402ca2 Mon Sep 17 00:00:00 2001 From: Johannes <29555657+joBr99@users.noreply.github.com> Date: Sun, 26 Nov 2023 18:44:13 +0100 Subject: [PATCH 3/3] Update config.yaml --- nspanel-lovelace-ui/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nspanel-lovelace-ui/config.yaml b/nspanel-lovelace-ui/config.yaml index f9233969..89098ca2 100644 --- a/nspanel-lovelace-ui/config.yaml +++ b/nspanel-lovelace-ui/config.yaml @@ -1,6 +1,6 @@ # https://developers.home-assistant.io/docs/add-ons/configuration#add-on-config name: NSPanel Lovelace UI Addon -version: "4.7.48" +version: "4.7.49" slug: nspanel-lovelace-ui description: NSPanel Lovelace UI Addon services: