mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-05-07 17:34:42 +00:00
Add Lights view
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user