Guest User

Untitled

a guest
Jun 23rd, 2025
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. alias: "Turn off Apple TV after Harmony powers off"
  2. description: ""
  3. trigger:
  4. - platform: state
  5. entity_id: remote.harmony_hub # Replace with your Harmony Hub's entity_id
  6. to: "off"
  7. condition:
  8. - condition: state
  9. entity_id: media_player.chris_apple_tv # Replace with your Apple TV's entity_id
  10. state: "on"
  11. action:
  12. - delay:
  13. hours: 0
  14. minutes: 0
  15. seconds: 10
  16. - service: media_player.turn_off
  17. target:
  18. entity_id: media_player.chris_apple_tv
  19. mode: single
Advertisement
Add Comment
Please, Sign In to add comment