mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2026-01-08 23:53:58 +01:00
42 lines
1.5 KiB
YAML
42 lines
1.5 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"
|
|
timeoutScreensaver: 20
|
|
#brightnessScreensaver: 10
|
|
brightnessScreensaver:
|
|
- time: "7:00:00"
|
|
value: 10
|
|
- time: "23:00:00"
|
|
value: 0
|
|
locale: "de_DE" # only used if babel python package is installed
|
|
dateFormatBabel: "full" # only used if babel python package is installed
|
|
# formatting options on https://babel.pocoo.org/en/latest/dates.html?highlight=name%20of%20day#date-fields
|
|
timeFormat: "%H:%M"
|
|
dateFormat: "%A, %d. %B %Y" # ignored if babel python package is installed
|
|
weather: weather.example
|
|
weatherOverrideForecast3: sensor.nas_cpu_perc
|
|
weatherOverrideForecast4:
|
|
sensor.solar_power_current: # use this for overriding name and icon
|
|
name: Sonne
|
|
icon: solar-power
|
|
cards:
|
|
- type: entities
|
|
entities:
|
|
- entity: light.example_item
|
|
name: NameOverride
|
|
- entity: light.example_item
|
|
title: Example Entities
|
|
- type: gird
|
|
entities:
|
|
- entity: select.example_item
|
|
- entity: select.example_item
|
|
- entity: light.example_item
|
|
title: Exmaple Gird
|
|
- type: climate
|
|
entity: light.example_item
|
|
title: Exmaple Climate |