Advertisement
Guest User

AppleTV On

a guest
Dec 15th, 2021
471
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. alias: AppleTV On - TV On
  2. description: ''
  3. trigger:
  4. - platform: state
  5. entity_id: media_player.appletv_living_room
  6. from: standby
  7. - platform: state
  8. entity_id: media_player.appletv_living_room
  9. from: unavailable
  10. condition:
  11. - condition: not
  12. conditions:
  13. - condition: state
  14. entity_id: media_player.appletv_living_room
  15. state: standby
  16. - condition: state
  17. entity_id: media_player.appletv_living_room
  18. state: unavailable
  19. action:
  20. - service: switch.turn_on
  21. target:
  22. entity_id:
  23. - switch.ledvance_plug_6
  24. - switch.ledvance_plug_1
  25. mode: single
  26.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement