Skip to content

Instantly share code, notes, and snippets.

@mu3
Created February 19, 2019 23:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mu3/aaf779b222823b5bbd77878327c2bcf4 to your computer and use it in GitHub Desktop.
Save mu3/aaf779b222823b5bbd77878327c2bcf4 to your computer and use it in GitHub Desktop.
- id: '1550473957550'
alias: Ads skipper
trigger:
- entity_id: media_player.apple_tv
for: '5'
platform: state
to: playing
condition:
- condition: template
value_template: '{{ state_attr(''media_player.apple_tv'', ''media_duration'') < 60
}}'
action:
- data:
entity_id: media_player.apple_tv
service: media_player.media_next_track
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment