Kodi Notifications

Does anyone know if this still works? I can’t find notify.kodi as a service. Should I be able to just add that as an action with the GUI for an automation?

Did you add the Kodi platform to the notify integration in your config YAML? It is not automatically added when you add your Kodi instance via the devices and integrations. Once it is added to the notify integration then it should show up as a service. I run an older Kodi version (18.9-Leia) but yes it still works for me on the latest HA 2023.11

I see the service, but nothing shows up on Kodi when I test. Anything that needs to be enabled in Kodi for this?
Here’s my config for notification. The host and username\password\proxy_ssl works with the kodi.media_player. so should be correct.

notify:
  - platform: kodi
    name: kodi_living_room
    host: xxx.xxx.xxx.xxx
    username: xxx
    password: xxx
    proxy_ssl: false

Here’s the test message:

service: notify.kodi_living_room
data:
  message: The garage door has been open for 10 minutes.
  title: Your Garage Door Friend

Any advise?