Hello,
Bit of context, I recently moved all my HA installation to RPI4 instead of my old Synology NAS that was not done for it. By this I moved from 2023-7-3 version to the most recent to date (big leap Indeed)
I currently setting up everything back again, and one automation i had was to shutdown all my light automation when my TV was playing some media (was it YouTube, plex, etc...), it worked great with the below trigger
alias: Mode cinéma
description: ''
trigger:
- platform: device
device_id: 64abe1c17160450398d0d4c6da0f45a4
domain: media_player
entity_id: 51096845e2cb92d1336baec7bfa06c4e
type: playing```
But right now with the same trigger it doesn't fire the automation, and when i go to developement tool i only see the state ON / OFF
I've tried to used 2 different trigger, one with the device LG WebOS TV the and one with the entity state coming from media_player but both doesn't work. Any idea to work this around ?
Beside that i can correctly change the source from the TV, volume, sound output. I just can't get the playing status