mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-05-05 08:44:24 +00:00
Add bedside yeelight. Add alarm scripts. Tweak routines
This commit is contained in:
@@ -8,10 +8,12 @@ script:
|
||||
entity_id: fan.philips_airpurifier
|
||||
- service: media_player.turn_off
|
||||
entity_id:
|
||||
- media_player.nvidia_shield
|
||||
- media_player.living_room_tv
|
||||
- media_player.living_room_tv_2
|
||||
- service: light.turn_off
|
||||
entity_id: light.living_room_all_lights
|
||||
entity_id:
|
||||
- light.living_room_all_lights
|
||||
- light.bedside_light
|
||||
- delay: "00:00:02"
|
||||
- service: media_player.volume_set
|
||||
entity_id: media_player.master_bedroom
|
||||
|
||||
@@ -26,13 +26,14 @@ script:
|
||||
data:
|
||||
source: Evening Chill
|
||||
# - service: media_player.turn_on
|
||||
# entity_id: media_player.living_room_tv_2
|
||||
# entity_id: media_player.nvidia_shield
|
||||
# - delay: "00:00:10"
|
||||
# - service: spotcast.start
|
||||
# data:
|
||||
# device_name: "Living Room TV"
|
||||
# uri: "spotify:playlist:1dstTefWFQaBFTC6CjcEHd"
|
||||
# random_song: true
|
||||
|
||||
coming_home_say_welcome:
|
||||
alias: Routine - Coming home - Say welcome
|
||||
sequence:
|
||||
|
||||
@@ -7,11 +7,13 @@ script:
|
||||
- service: script.security_camera_on
|
||||
- service: media_player.turn_off
|
||||
entity_id:
|
||||
- media_player.nvidia_shield
|
||||
- media_player.living_room_tv
|
||||
- media_player.living_room_tv_2
|
||||
- service: media_player.media_stop
|
||||
entity_id: media_player.master_bedroom
|
||||
- service: light.turn_off
|
||||
entity_id: light.living_room_all_lights
|
||||
entity_id:
|
||||
- light.living_room_all_lights
|
||||
- light.bedside_light
|
||||
- service: input_boolean.turn_off
|
||||
entity_id: input_boolean.speech_notifications
|
||||
|
||||
Reference in New Issue
Block a user