Add Lights view

This commit is contained in:
2020-03-28 12:24:54 +02:00
parent 81bc42fa53
commit 14631b935b
7 changed files with 58 additions and 31 deletions
+52
View File
@@ -0,0 +1,52 @@
title: Lights
path: lights
panel: false
icon: mdi:lightbulb
badges: []
cards:
- type: entities
title: Living room
icon: mdi:sofa
entities:
- light.living_room_all_lights
- light.living_room_main_lights
- light.light_lohas_1
- light.light_lohas_2
- light.light_le_9
- light.light_le_10
- light.pc
- type: entities
title: Master bedroom
icon: mdi:bed-empty
entities:
- light.master_bedroom_all_lights
- light.master_bedroom_main_lights
- light.light_le_1
- light.light_le_2
- light.light_le_3
- light.light_le_4
- light.bedside_light
- type: entities
title: Kitchen
icon: mdi:chef-hat
entities:
- light.kitchen_main_lights
- light.light_le_11
- light.light_le_12
- light.light_orbecco_1
- type: entities
title: Hallway
icon: mdi:door-closed
entities:
- light.hallway_all_lights
- light.hallway_main_lights
- light.hallway_entrance_lights
- light.light_le_5
- light.light_le_6
- light.light_le_7
- light.light_le_8
@@ -24,32 +24,6 @@ cards:
- entity: sensor.carbon_activity
- entity: sensor.carbon_last_update_trigger
- type: entities
entities:
- entity: light.light_le_1
- entity: light.light_le_2
- entity: light.light_le_3
- entity: light.light_le_4
- entity: light.light_le_5
- entity: light.light_le_6
- entity: light.light_le_7
- entity: light.light_le_8
- entity: light.light_le_9
- entity: light.light_le_10
- entity: light.light_le_11
- entity: light.light_le_12
- entity: light.light_lohas_1
- entity: light.light_lohas_2
- entity: light.light_orbecco_1
- entity: light.living_room_all_lights
- entity: light.living_room_main_lights
- entity: light.master_bedroom_all_lights
- entity: light.master_bedroom_main_lights
- entity: light.hallway_all_lights
- entity: light.hallway_main_lights
- entity: light.hallway_entrance_lights
- entity: light.kitchen_main_lights
- type: "custom:light-entity-card"
brightness: true
brightness_icon: weather-sunny
+6 -5
View File
@@ -15,8 +15,9 @@ views:
- !include lovelace/03_kitchen.yaml
- !include lovelace/04_bathroom.yaml
- !include lovelace/05_hallway.yaml
- !include lovelace/06_media.yaml
- !include lovelace/07_network.yaml
- !include lovelace/08_system.yaml
- !include lovelace/09_covid_19.yaml
- !include lovelace/10_test.yaml
- !include lovelace/06_lights.yaml
- !include lovelace/07_media.yaml
- !include lovelace/08_network.yaml
- !include lovelace/09_system.yaml
- !include lovelace/10_covid_19.yaml
- !include lovelace/11_test.yaml