mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-06-21 10:57:43 +00:00
Always turn on the hallway light on motion
This commit is contained in:
@@ -10,9 +10,6 @@ automation:
|
|||||||
- condition: state
|
- condition: state
|
||||||
entity_id: input_select.house_mode
|
entity_id: input_select.house_mode
|
||||||
state: 'day'
|
state: 'day'
|
||||||
- condition: state
|
|
||||||
entity_id: sun.sun
|
|
||||||
state: 'below_horizon'
|
|
||||||
action:
|
action:
|
||||||
- service: light.turn_on
|
- service: light.turn_on
|
||||||
entity_id: light.hallway_all_lights
|
entity_id: light.hallway_all_lights
|
||||||
|
|||||||
@@ -32,7 +32,6 @@ automation:
|
|||||||
- service: light.turn_off
|
- service: light.turn_off
|
||||||
entity_id: light.tuya_kitchen_all_lights
|
entity_id: light.tuya_kitchen_all_lights
|
||||||
|
|
||||||
|
|
||||||
- alias: Lighting · Kitchen · Night mode · Motion · Turn lights on
|
- alias: Lighting · Kitchen · Night mode · Motion · Turn lights on
|
||||||
trigger:
|
trigger:
|
||||||
platform: state
|
platform: state
|
||||||
|
|||||||
Reference in New Issue
Block a user