Hi all, I set up a pretty simple automation for whenever my chromecast starts playing media, the light should turn on and dim. The action works fine, I've tested it; however, the trigger doesn't seem to be working at all.
I have tried a trigger for when the chromecast turns on and that seems to work. It's almost as if the "play" events aren't being registered. Looking at the logs of the device, i only see that on/off actions are being recorded so maybe that's the issue? Anyone know where I can enable tracking of other actions?
alias: turn down lights for tv
description: ""
triggers:
- device_id: <redacted>
domain: media_player
entity_id: <redacted>
type: playing
trigger: device
for:
hours: 0
minutes: 0
seconds: 2
conditions: []
actions:
- action: light.turn_on
metadata: {}
data:
brightness_pct: 1
target:
device_id: <redacted>
mode: single