Skip to content

Commit

Permalink
Merge branch 'main' of github.com:joBr99/nspanel-lovelace-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
joBr99 committed Nov 26, 2023
2 parents 4c591ca + 7b811ca commit 0e2e116
Showing 1 changed file with 21 additions and 16 deletions.
37 changes: 21 additions & 16 deletions nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/panels.yaml.example
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
- entity: switch.decorative_lights

0 comments on commit 0e2e116

Please sign in to comment.