I see a stop functionality in the code for the kodi platform. The platform appears to operate correctly, however I only see a play or pause option, no stop. Hopefully I’m just missing something small.
media_player:
- platform: kodi
host: http://10.168.1.50
port: 8080
name: Bedroom TV
user: kodi
password: kodi
turn_off_action: quit - platform: kodi
host: http://10.168.1.51
port: 8080
name: Family Room TV
user: kodi
password: kodi
turn_off_action: quit
Thanks in advance!