mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2025-12-19 14:14:12 +01:00
alternaitve layout screensaver
This commit is contained in:
@@ -15,19 +15,50 @@ nspanel-1:
|
||||
value: 0
|
||||
locale: "de_DE" # used for translations in translations.py and for localized date if babel python package is installed
|
||||
screensaver:
|
||||
weather: weather.k3ll3r
|
||||
entity: weather.k3ll3r
|
||||
weatherOverrideForecast4:
|
||||
entity: sensor.example_item
|
||||
name: name
|
||||
icon: lightbulb
|
||||
alternativeLayout: True
|
||||
cards:
|
||||
- type: cardEntities
|
||||
entities:
|
||||
- entity: light.example_item
|
||||
- entity: switch.example_item
|
||||
name: NameOverride
|
||||
icon: lightbulb
|
||||
- entity: light.example_item
|
||||
title: Example Entities
|
||||
- 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: select.example_item
|
||||
- entity: select.example_item
|
||||
- entity: light.example_item
|
||||
- entity: switch.example_item
|
||||
- entity: delete
|
||||
- entity: button.example_item
|
||||
- entity: cover.example_item
|
||||
title: Exmaple Gird
|
||||
- type: cardThermo
|
||||
entity: climate.example_item
|
||||
|
||||
Reference in New Issue
Block a user