Kodi does not show up under devices

Hi,

I have added this to my configuration.yaml:

notify:
  - platform: kodi
    name: kodi_notifier
    host: 192.168.2.6
    port: 8080
    username: !secret kodi_username
    password: !secret kodi_password

media_player:
  - platform: kodi
    host: 192.168.2.6
    port: 8080
    username: !secret kodi_username
    password: !secret kodi_password
    enable_websocket: true

I can send notifications to Kodi that shows up, but I cannot use Kodi state changes in my automations (example from this site. I can also not see Kodi under Devices.

  1. Should Kodi show up under Devices?
  2. How can I troubleshoot why my automation does not work?