mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-06-15 17:12:59 +00:00
Automate kitchen christmas lights
This commit is contained in:
@@ -70,6 +70,7 @@ cards:
|
||||
entities:
|
||||
- automation.living_room_candle_turn_on_after_sunset
|
||||
- automation.kitchen_christmast_lights_turn_on_after_sunset
|
||||
- automation.kitchen_christmast_lights_turn_off_on_sunrise
|
||||
- automation.lighting_turn_on_ceiling_lights_after_sunset
|
||||
- automation.lighting_turn_off_all_lights_after_sunrise
|
||||
- type: divider
|
||||
|
||||
@@ -6,3 +6,10 @@ automation:
|
||||
action:
|
||||
- service: switch.turn_on
|
||||
entity_id: switch.kitchen_outlet
|
||||
- alias: Kitchen christmast lights · turn off on sunrise
|
||||
trigger:
|
||||
platform: sun
|
||||
event: sunrise
|
||||
action:
|
||||
- service: switch.turn_off
|
||||
entity_id: switch.kitchen_outlet
|
||||
|
||||
@@ -25,7 +25,6 @@ script:
|
||||
- light.living_room_ambient
|
||||
|
||||
- service: script.isparkle_on
|
||||
entity_id: switch.kitchen_outlet
|
||||
- service: script.open_living_room_cover
|
||||
- service: script.shield_screensaver
|
||||
|
||||
|
||||
Reference in New Issue
Block a user