mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-05-07 17:34:42 +00:00
Initial implementation of tablet dashboard
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
title: Kitchen
|
||||
path: kitchen
|
||||
icon: "mdi:chef-hat"
|
||||
badges: []
|
||||
cards:
|
||||
- type: entities
|
||||
title: Lights
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- type: custom:fold-entity-row
|
||||
entity: light.kitchen_main_lights
|
||||
name: Main lights
|
||||
entities:
|
||||
- light.light_le_11
|
||||
- light.light_le_12
|
||||
- light.light_orbecco_1
|
||||
|
||||
- type: custom:decluttering-card
|
||||
template: sonos_media_player
|
||||
variables:
|
||||
- player: media_player.kitchen
|
||||
- type: entities
|
||||
title: Brita Filter
|
||||
icon: mdi:filter-outline
|
||||
entities:
|
||||
- input_number.brita_remaining_liters
|
||||
- input_datetime.brita_next_change
|
||||
- binary_sensor.brita_should_change_filter
|
||||
- script.brita_new_filter
|
||||
Reference in New Issue
Block a user