mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-09-06 18:08:45 +00:00
Rename home_dashboard folder to advanced_dashboard
This commit is contained in:
@@ -0,0 +1,99 @@
|
||||
title: Master Bedroom
|
||||
path: master-bedroom
|
||||
icon: "mdi:bed-empty"
|
||||
panel: true
|
||||
cards:
|
||||
- type: custom:mod-card
|
||||
style:
|
||||
layout-card:
|
||||
$:
|
||||
.: |
|
||||
#columns {
|
||||
padding: 0 10px;
|
||||
}
|
||||
#columns .column {
|
||||
padding: 20px 10px;
|
||||
}
|
||||
card:
|
||||
type: custom:layout-card
|
||||
layout: horizontal
|
||||
cards:
|
||||
- type: vertical-stack
|
||||
cards:
|
||||
- type: entities
|
||||
title: Lights
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- type: custom:slider-entity-row
|
||||
entity: light.master_bedroom_all_lights
|
||||
name: All lights
|
||||
toggle: true
|
||||
step: 5
|
||||
- type: custom:fold-entity-row
|
||||
head:
|
||||
entity: light.master_bedroom_main_lights
|
||||
name: Main lights
|
||||
entities:
|
||||
- type: custom:slider-entity-row
|
||||
entity: light.master_bedroom_main_lights
|
||||
name: Brightness
|
||||
hide_state: true
|
||||
step: 5
|
||||
- type: custom:slider-entity-row
|
||||
entity: light.master_bedroom_main_lights
|
||||
name: Temperature
|
||||
attribute: color_temp
|
||||
hide_state: true
|
||||
min: 153
|
||||
max: 500
|
||||
step: 5
|
||||
- type: custom:decluttering-card
|
||||
template: light_with_fade_and_switch
|
||||
variables:
|
||||
- light: light.light_le_1
|
||||
- fade: switch.light_le_1_fade
|
||||
- wifi: sensor.light_le_1_wifi
|
||||
- type: custom:decluttering-card
|
||||
template: light_with_fade_and_switch
|
||||
variables:
|
||||
- light: light.light_le_2
|
||||
- fade: switch.light_le_2_fade
|
||||
- wifi: sensor.light_le_2_wifi
|
||||
- type: custom:decluttering-card
|
||||
template: light_with_fade_and_switch
|
||||
variables:
|
||||
- light: light.light_le_3
|
||||
- fade: switch.light_le_3_fade
|
||||
- wifi: sensor.light_le_3_wifi
|
||||
- type: custom:decluttering-card
|
||||
template: light_with_fade_and_switch
|
||||
variables:
|
||||
- light: light.light_le_4
|
||||
- fade: switch.light_le_4_fade
|
||||
- wifi: sensor.light_le_4_wifi
|
||||
- light.bedside_light
|
||||
- light.bed_led
|
||||
|
||||
- type: custom:decluttering-card
|
||||
template: sonos_media_player
|
||||
variables:
|
||||
- player: media_player.master_bedroom
|
||||
|
||||
- type: vertical-stack
|
||||
cards:
|
||||
- type: glance
|
||||
title: Window
|
||||
show_name: false
|
||||
entities:
|
||||
- binary_sensor.bedroom_right_window_on_off_wrapper
|
||||
- sensor.bedroom_right_window_power
|
||||
|
||||
- type: custom:decluttering-card
|
||||
template: bedroom_climate_card
|
||||
|
||||
- type: vertical-stack
|
||||
cards:
|
||||
- type: custom:decluttering-card
|
||||
template: philips_airpurifier_card
|
||||
variables:
|
||||
- title: Air Purifier
|
||||
Reference in New Issue
Block a user