I try to set up Mosquitto broker addon in Hassio.
But I get following error in the notifications.
What could be wrong?
My addon config looks like this:
And the configuration.yaml like this
mqtt:
discovery: true
discovery_prefix: homeassistant
AhmadK
(akasma74)
2
I have this (default?) in the add-on config
logins: []
anonymous: false
customize:
active: false
folder: mosquitto
certfile: fullchain.pem
keyfile: privkey.pem
require_certificate: false
and no mqtt in configuration.yaml
(and it works)