Add hallway view. Add new lights to views

This commit is contained in:
2020-03-25 22:15:05 +02:00
parent 34599fd4c0
commit 7623403f58
9 changed files with 116 additions and 20 deletions
+45 -2
View File
@@ -7,9 +7,52 @@ cards:
cards:
- type: entities
title: Lights
entities:
- entity: light.bedside_light
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
- type: custom:decluttering-card
template: light_with_fade_and_switch
variables:
- light: light.light_le_2
- fade: switch.light_le_2_fade
- type: custom:decluttering-card
template: light_with_fade_and_switch
variables:
- light: light.light_le_3
- fade: switch.light_le_3_fade
- type: custom:decluttering-card
template: light_with_fade_and_switch
variables:
- light: light.light_le_4
- fade: switch.light_le_4_fade
- light.bedside_light
- type: custom:decluttering-card
template: sonos_media_player