mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-06-15 17:12:59 +00:00
Fix night lights
This commit is contained in:
@@ -138,9 +138,6 @@ logbook:
|
||||
exclude:
|
||||
entities:
|
||||
- input_boolean.sarah_talking
|
||||
- input_boolean.tuya_kitchen_main_lights_state
|
||||
- input_boolean.tuya_kitchen_secondary_lights_state
|
||||
- input_boolean.tuya_hallway_main_lights_state
|
||||
|
||||
# https://www.home-assistant.io/integrations/media_extractor
|
||||
# TODO: Add to media module
|
||||
|
||||
@@ -4,10 +4,15 @@ automation:
|
||||
trigger:
|
||||
platform: state
|
||||
entity_id:
|
||||
- light.kitchen_main
|
||||
- light.kitchen_secondary
|
||||
- light.master_bedroom_main
|
||||
- light.living_room_main
|
||||
to: "on"
|
||||
condition:
|
||||
- condition: state
|
||||
entity_id: input_select.house_mode
|
||||
state: 'day'
|
||||
action:
|
||||
- service: light.turn_on
|
||||
data_template:
|
||||
|
||||
Reference in New Issue
Block a user