I am trying to trigger on my media player starting to play
- id: '1651490678798'
alias: Home-Audio-Zone-Set
description: ''
trigger:
- platform: state
entity_id: media_player.itunes
to: "playing"
condition: []
action:
- service: rest_command.juke_s4_o2
data: {}
mode: single
- If I trigger the automation manual the REST command does work
the elog book shows the states changes
May 2, 2022
Changed to Paused by Dad
10:28:38 AM - 3 minutes ago
Changed to Playing by Dad
10:28:11 AM - 4 minutes ago
Changed to Paused by Dad
10:26:21 AM - 5 minutes ago
Where would I go to trouble shoot how to trigger the automation on the media player starting to play?
1 post - 1 participant