mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-05-13 19:54:42 +00:00
Bed LED scripts
This commit is contained in:
@@ -5,10 +5,7 @@ script:
|
||||
# Set master bedroom state
|
||||
- service: light.turn_on
|
||||
entity_id: light.bedside
|
||||
- service: light.turn_on
|
||||
entity_id: light.bed_led
|
||||
data:
|
||||
brightness_pct: 100
|
||||
- service: script.bed_led_on
|
||||
- service: fan.turn_on
|
||||
entity_id: fan.philips_airpurifier
|
||||
- service: input_select.select_option
|
||||
|
||||
@@ -11,11 +11,11 @@ script:
|
||||
- service: light.turn_on
|
||||
entity_id:
|
||||
- light.hallway_entrance
|
||||
- light.bed_led
|
||||
- light.browser_kitchen
|
||||
- light.browser_hallway
|
||||
data:
|
||||
brightness_pct: 100
|
||||
- service: script.bed_led_on
|
||||
- service: script.security_camera_off
|
||||
- service: script.routine_coming_home_after_sunset
|
||||
- service: input_select.select_option
|
||||
|
||||
@@ -10,6 +10,9 @@ script:
|
||||
data:
|
||||
message: "Entering night mode. Good night!"
|
||||
|
||||
- service: script.bed_led_on
|
||||
data:
|
||||
brightness_pct: 40
|
||||
- service: light.turn_on
|
||||
entity_id: light.bed_led
|
||||
data:
|
||||
|
||||
Reference in New Issue
Block a user