mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2025-12-22 15:34:26 +01:00
15 lines
448 B
YAML
15 lines
448 B
YAML
---
|
|
nspanel-1:
|
|
module: nspanel-lovelace-ui
|
|
class: NsPanelLovelaceUIManager
|
|
config:
|
|
panelRecvTopic: "tele/tasmota_your_mqtt_topic/RESULT"
|
|
panelSendTopic: "cmnd/tasmota_your_mqtt_topic/CustomSend"
|
|
updateMode: "auto-notify"
|
|
screensaver:
|
|
entity: weather.k3ll3r
|
|
theme: !include /config/appdaemon/apps/screensaver-theme.yaml
|
|
cards:
|
|
- type: cardEntities
|
|
entities:
|
|
- entity: switch.example_item |