Updates to config

This commit is contained in:
2021-10-23 15:47:31 -04:00
parent 983270eda1
commit d3205f7c7d
5 changed files with 159 additions and 1 deletions

View File

@@ -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