mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2026-01-06 06:35:48 +01:00
116 lines
4.2 KiB
YAML
116 lines
4.2 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
|
|
theme:
|
|
background: [0, 0, 0]
|
|
time: [220, 0, 255]
|
|
timeAMPM: [220, 0, 255]
|
|
date: [220, 0, 255]
|
|
tMainIcon: [220, 0, 255]
|
|
tMainText: [220, 0, 255]
|
|
tForecast1: [220, 0, 255]
|
|
tForecast2: [220, 0, 255]
|
|
tForecast3: [220, 0, 255]
|
|
tForecast4: [220, 0, 255]
|
|
tF1Icon: [220, 0, 255]
|
|
tF2Icon: [220, 0, 255]
|
|
tF3Icon: [220, 0, 255]
|
|
tF4Icon: [220, 0, 255]
|
|
tForecast1Val: [220, 0, 255]
|
|
tForecast2Val: [220, 0, 255]
|
|
tForecast3Val: [220, 0, 255]
|
|
tForecast4Val: [220, 0, 255]
|
|
bar: [220, 0, 255]
|
|
tMRIcon: [220, 0, 255]
|
|
tMR: [220, 0, 255]
|
|
autoWeather: true
|
|
clear-night: [220, 0, 255]
|
|
cloudy: [220, 0, 255]
|
|
exceptional: [220, 0, 255]
|
|
fog: [220, 0, 255]
|
|
hail: [220, 0, 255]
|
|
lightning: [220, 0, 255]
|
|
lightning-rainy: [220, 0, 255]
|
|
partlycloudy: [220, 0, 255]
|
|
pouring: [220, 0, 255]
|
|
rainy: [50, 50, 255]
|
|
snowy: [220, 0, 255]
|
|
snowy-rainy: [100, 100, 255]
|
|
sunny: [220, 0, 255]
|
|
windy: [220, 0, 255]
|
|
windy-variant: [220, 0, 255]
|
|
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
|