How do you configure ring ring alarm hassio integration?

This is my mqtt broker configuration

{
  "logins": [
    {
      "username": "mosquitto",
      "password": "mosquitto"
    }
  ],
  "anonymous": false,
  "customize": {
    "active": false,
    "folder": "mosquitto"
  },
  "certfile": "fullchain.pem",
  "keyfile": "privkey.pem"
}

There is a home-assistant user called mosquitto…

Logs

Log
[09:11:47] INFO: Setup mosquitto configuration
[09:11:47] WARNING: SSL not enabled - No valid certs found!
[09:11:47] INFO: Found local users inside config
[09:11:47] INFO: Initialize Hass.io Add-on services
[09:11:47] INFO: Initialize Home Assistant discovery
[09:11:47] INFO: Start Mosquitto daemon
1562170307: mosquitto version 1.6.3 starting
1562170307: Config loaded from /etc/mosquitto.conf.
1562170307: Loading plugin: /usr/share/mosquitto/auth-plug.so
1562170307:  ├── Username/password checking enabled.
1562170307:  ├── TLS-PSK checking enabled.
1562170307:  └── Extended authentication not enabled.
1562170307: |-- *** auth-plug: startup
1562170307: Opening ipv4 listen socket on port 1883.
1562170307: Opening ipv6 listen socket on port 1883.
1562170307: Opening websockets listen socket on port 1884.
1562170307: Warning: Mosquitto should not be run as root/administrator.
1562170418: New connection from 172.30.32.1 on port 1883.
[INFO] found mosquitto on local database
1562170418: New client connected from 172.30.32.1 as mqttjs_e9866e1b (p2, c1, k60, u'mosquitto').

Ring configuration:

{
“host”: “192.168.1.238”,
“port”: 1883,
“ring_topic”: “ring”,
“hass_topic”: “hass/status”,
“mqtt_user”: “mosquitto”,
“mqtt_pass”: “mosquitto”,
“ring_user”: “[email protected]”,
“ring_pass”: “mypassword”
}

However when i go to Device integrations in home-assistant i do not see anything from ring…?

David, were you able to resolve this? I’m having a very similar issue.