mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2025-12-19 14:14:12 +01:00
78 lines
2.4 KiB
YAML
78 lines
2.4 KiB
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"
|
|
sleepTimeout: 20
|
|
#sleepBrightness: 10
|
|
sleepBrightness:
|
|
- time: "7:00:00"
|
|
value: 10
|
|
- time: "23:00:00"
|
|
value: 0
|
|
locale: "de_DE" # used for translations in translations.py and for localized date if babel python package is installed
|
|
screensaver:
|
|
entity: weather.k3ll3r
|
|
weatherOverrideForecast4:
|
|
entity: sensor.example_item
|
|
name: name
|
|
icon: lightbulb
|
|
alternativeLayout: True
|
|
cards:
|
|
- type: cardEntities
|
|
entities:
|
|
- entity: switch.example_item
|
|
name: NameOverride
|
|
icon: lightbulb
|
|
- entity: light.example_item
|
|
- entity: cover.example_item
|
|
- entity: input_boolean.example_item
|
|
title: Example Entities 1
|
|
- type: cardEntities
|
|
entities:
|
|
- entity: switch.example_item
|
|
- entity: delete
|
|
- entity: cover.example_item
|
|
- entity: input_boolean.example_item
|
|
title: Example Entities 2
|
|
- type: cardEntities
|
|
entities:
|
|
- entity: binary_sensor.example_item
|
|
- entity: sensor.example_item
|
|
- entity: button.example_item
|
|
- entity: number.example_item
|
|
title: Example Entities 3
|
|
- type: cardEntities
|
|
entities:
|
|
- entity: scenes.example_item
|
|
- entity: script.example_item
|
|
- entity: button.example_item
|
|
- entity: input_button.example_item
|
|
title: Example Entities 4
|
|
- type: cardGrid
|
|
entities:
|
|
- entity: light.example_item
|
|
- entity: switch.example_item
|
|
- entity: delete
|
|
- entity: button.example_item
|
|
- entity: cover.example_item
|
|
- entity: navigate.cardGrid_testKey
|
|
title: Exmaple Gird
|
|
- type: cardThermo
|
|
entity: climate.example_item
|
|
- type: cardMedia
|
|
entity: media_player.example_item
|
|
- type: cardAlarm
|
|
entity: alarm_control_panel.alarmo
|
|
hiddenCards:
|
|
- type: cardGrid
|
|
title: Exmaple Grid
|
|
entities:
|
|
- entity: light.kueche_lights
|
|
- entity: light.kueche_lights
|
|
- entity: light.kueche_lights
|
|
key: testKey
|