Updates to config
This commit is contained in:
39
scripts.yaml
39
scripts.yaml
@@ -39,3 +39,42 @@ start_sleep_timer:
|
||||
entity_id: timer.sleep_timer
|
||||
mode: restart
|
||||
icon: mdi:bed
|
||||
morning_routine:
|
||||
alias: Morning Routine
|
||||
sequence:
|
||||
- type: turn_on
|
||||
device_id: b01054a542a51b2c6fb66d1a13e158a3
|
||||
entity_id: light.upstairs_light
|
||||
domain: light
|
||||
brightness_pct: 15
|
||||
- type: turn_on
|
||||
device_id: e6cbd7cd9a565f6e81ec1d7903d151f4
|
||||
entity_id: light.livingroom_light
|
||||
domain: light
|
||||
brightness_pct: 5
|
||||
- service: switch.turn_on
|
||||
target:
|
||||
entity_id: switch.harmony_hub_shield_tv
|
||||
- delay:
|
||||
hours: 0
|
||||
minutes: 0
|
||||
seconds: 3
|
||||
milliseconds: 0
|
||||
- service: androidtv.adb_command
|
||||
data:
|
||||
entity_id: media_player.livingroom_tv_shield
|
||||
command: am start -a android.intent.action.VIEW -d -n ar.tvplayer.tv/.ui.MainActivity
|
||||
- delay:
|
||||
hours: 0
|
||||
minutes: 0
|
||||
seconds: 3
|
||||
milliseconds: 0
|
||||
- wait_for_trigger:
|
||||
- platform: numeric_state
|
||||
entity_id: sun.sun
|
||||
attribute: elevation
|
||||
above: '1'
|
||||
- service: light.turn_off
|
||||
target:
|
||||
entity_id: light.upstairs_light
|
||||
mode: single
|
||||
|
||||
Reference in New Issue
Block a user