I am trying to set up an automation that will temporarily disable the flux switch from making any updates to a certain light. I want to do this because I use a Kodi addon that matches the light color/brightness to the media that is currently playing.
I think I’m on the right track but I’m not sure how the action section should look.
What I have so far:
automation:
trigger:
platform: state
entity_id: media_player.kodi
to: 'playing'
action:
service: ???
If anyone has any input I would appreciate the help. Thank you!