mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-06-15 17:12:59 +00:00
Adjust night routines
This commit is contained in:
@@ -97,9 +97,14 @@ automation:
|
|||||||
entity_id: binary_sensor.bedroom_door
|
entity_id: binary_sensor.bedroom_door
|
||||||
to: "on"
|
to: "on"
|
||||||
condition:
|
condition:
|
||||||
condition: sun
|
condition: and
|
||||||
after: sunset
|
conditions:
|
||||||
after_offset: "-02:00:00"
|
- condition: sun
|
||||||
|
after: sunset
|
||||||
|
after_offset: "-02:00:00"
|
||||||
|
- condition: state
|
||||||
|
entity_id: input_select.house_mode
|
||||||
|
state: 'day'
|
||||||
action:
|
action:
|
||||||
- service: light.turn_on
|
- service: light.turn_on
|
||||||
entity_id: light.master_bedroom_main
|
entity_id: light.master_bedroom_main
|
||||||
|
|||||||
@@ -46,6 +46,10 @@ script:
|
|||||||
- light.kitchen_secondary
|
- light.kitchen_secondary
|
||||||
- light.hallway_main
|
- light.hallway_main
|
||||||
- light.hallway_entrance
|
- light.hallway_entrance
|
||||||
|
- switch.titanium
|
||||||
|
- service: light.turn_on
|
||||||
|
entity_id:
|
||||||
- light.browser_kitchen
|
- light.browser_kitchen
|
||||||
- light.browser_hallway
|
- light.browser_hallway
|
||||||
- switch.titanium
|
data:
|
||||||
|
brightness_pct: 1
|
||||||
|
|||||||
@@ -31,9 +31,14 @@ script:
|
|||||||
- light.kitchen_secondary
|
- light.kitchen_secondary
|
||||||
- light.hallway_main
|
- light.hallway_main
|
||||||
- light.hallway_entrance
|
- light.hallway_entrance
|
||||||
- light.browser_kitchen
|
|
||||||
- light.browser_hallway
|
|
||||||
- media_player.nvidia_shield
|
- media_player.nvidia_shield
|
||||||
- media_player.living_room_tv
|
- media_player.living_room_tv
|
||||||
- switch.titanium
|
- switch.titanium
|
||||||
- group.all_radiators
|
- group.all_radiators
|
||||||
|
|
||||||
|
- service: light.turn_on
|
||||||
|
entity_id:
|
||||||
|
- light.browser_kitchen
|
||||||
|
- light.browser_hallway
|
||||||
|
data:
|
||||||
|
brightness_pct: 1
|
||||||
|
|||||||
@@ -26,6 +26,11 @@ script:
|
|||||||
- light.bed_led
|
- light.bed_led
|
||||||
- light.bedside
|
- light.bedside
|
||||||
|
|
||||||
|
- service: cover.set_cover_position
|
||||||
|
entity_id: cover.living_room
|
||||||
|
data:
|
||||||
|
position: 80
|
||||||
|
|
||||||
- condition: state
|
- condition: state
|
||||||
entity_id: input_boolean.guest_mode
|
entity_id: input_boolean.guest_mode
|
||||||
state: "off"
|
state: "off"
|
||||||
|
|||||||
Reference in New Issue
Block a user