Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- alias: "Turn off Apple TV after Harmony powers off"
- description: ""
- trigger:
- - platform: state
- entity_id: remote.harmony_hub # Replace with your Harmony Hub's entity_id
- to: "off"
- condition:
- - condition: state
- entity_id: media_player.chris_apple_tv # Replace with your Apple TV's entity_id
- state: "on"
- action:
- - delay:
- hours: 0
- minutes: 0
- seconds: 10
- - service: media_player.turn_off
- target:
- entity_id: media_player.chris_apple_tv
- mode: single
Advertisement
Add Comment
Please, Sign In to add comment