Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. - id: '1550473957550'
  2. alias: Ads skipper
  3. trigger:
  4. - entity_id: media_player.apple_tv
  5. for: '5'
  6. platform: state
  7. to: playing
  8. condition:
  9. - condition: template
  10. value_template: '{{ state_attr(''media_player.apple_tv'', ''media_duration'') < 60
  11. }}'
  12. action:
  13. - data:
  14. entity_id: media_player.apple_tv
  15. service: media_player.media_next_track
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement