I had this code in 0.114:
- platform: kodi
host: 192.168.9.21
name: Brix PC
username: !secret kodi_user
password: !secret kodi_pass
enable_websocket: false
turn_off_action:
service: media_player.kodi_call_method
data:
entity_id: media_player.brix_pc
method: Application.Quit
Which I could then shut down Kodi with { “method”: “Application.Quit” } from NodeRED when my goodnight routine runs.
With 0.115, that broke. The release notes say I need to use “device triggers” but I have no clue what that even means. How to I replace this functionality? Thanks!