mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-09-06 18:08:45 +00:00
Split lighting module automations by rooms
This commit is contained in:
@@ -0,0 +1,120 @@
|
||||
light:
|
||||
- platform: group
|
||||
name: Living room main lights
|
||||
entities:
|
||||
- light.light_le_1
|
||||
- light.light_le_2
|
||||
- light.light_le_3
|
||||
- light.light_le_4
|
||||
|
||||
- platform: group
|
||||
name: Living room all lights
|
||||
entities:
|
||||
- light.living_room_main_lights
|
||||
- light.pc
|
||||
|
||||
- platform: group
|
||||
name: Master bedroom main lights
|
||||
entities:
|
||||
- light.light_lohas_1
|
||||
- light.light_lohas_2
|
||||
- light.light_lohas_3
|
||||
- light.light_lohas_4
|
||||
|
||||
- platform: group
|
||||
name: Master bedroom all lights
|
||||
entities:
|
||||
- light.master_bedroom_main_lights
|
||||
- light.bedside_light
|
||||
- light.bed_led
|
||||
|
||||
- platform: group
|
||||
name: Kitchen main lights
|
||||
entities:
|
||||
- light.light_le_11
|
||||
- light.light_le_12
|
||||
- light.light_orbecco_1
|
||||
|
||||
- platform: group
|
||||
name: Kitchen secondary lights
|
||||
entities:
|
||||
- light.light_le_5
|
||||
- light.light_le_6
|
||||
- light.light_le_9
|
||||
- light.light_le_10
|
||||
|
||||
- platform: group
|
||||
name: Tuya Kitchen all lights
|
||||
entities:
|
||||
- light.tuya_kitchen_main_lights
|
||||
- light.tuya_kitchen_secondary_lights
|
||||
|
||||
- platform: group
|
||||
name: Hallway entrance lights
|
||||
entities:
|
||||
- light.light_lohas_5
|
||||
- light.light_lohas_6
|
||||
|
||||
- platform: group
|
||||
name: Hallway main lights
|
||||
entities:
|
||||
- light.light_le_7
|
||||
- light.light_le_8
|
||||
|
||||
- platform: group
|
||||
name: Hallway all lights
|
||||
entities:
|
||||
- light.hallway_entrance_lights
|
||||
- light.tuya_hallway_main_lights
|
||||
|
||||
- platform: group
|
||||
name: On after dark
|
||||
entities:
|
||||
- light.living_room_all_lights
|
||||
- light.master_bedroom_main_lights
|
||||
- light.hallway_all_lights
|
||||
|
||||
- platform: group
|
||||
name: Ceiling lights
|
||||
entities:
|
||||
- light.living_room_all_lights
|
||||
- light.master_bedroom_main_lights
|
||||
- light.tuya_kitchen_all_lights
|
||||
- light.hallway_all_lights
|
||||
|
||||
- platform: group
|
||||
name: All lights
|
||||
entities:
|
||||
- light.living_room_all_lights
|
||||
- light.master_bedroom_all_lights
|
||||
- light.tuya_kitchen_all_lights
|
||||
- light.hallway_all_lights
|
||||
|
||||
homeassistant:
|
||||
customize:
|
||||
light.living_room_main_lights:
|
||||
icon: bha:ceiling-lamp-plafond
|
||||
light.living_room_all_lights:
|
||||
icon: bha:ceiling-lamp-plafond
|
||||
light.master_bedroom_all_lights:
|
||||
icon: bha:ceiling-lamp-plafond
|
||||
light.master_bedroom_main_lights:
|
||||
icon: bha:ceiling-lamp-plafond
|
||||
light.kitchen_main_lights:
|
||||
icon: bha:ceiling-lamp-plafond
|
||||
light.kitchen_secondary_lights:
|
||||
icon: bha:ceiling-lamp-plafond
|
||||
light.tuya_kitchen_all_lights:
|
||||
icon: bha:ceiling-lamp-plafond
|
||||
light.hallway_entrance_lights:
|
||||
icon: bha:ceiling-lamp-plafond
|
||||
light.hallway_main_lights:
|
||||
icon: bha:ceiling-lamp-plafond
|
||||
light.hallway_all_lights:
|
||||
icon: bha:ceiling-lamp-plafond
|
||||
light.ceiling_lights:
|
||||
icon: mdi:ceiling-light
|
||||
light.pc:
|
||||
icon: bha:outdoor-lamp-variant
|
||||
light.bedside_light:
|
||||
icon: mdi:desk-lamp
|
||||
Reference in New Issue
Block a user