I am trying to add a Hivemq to Home Assistant according to the instructions
I add the configuration to the configuration.yaml file but in the dev tools I get an error about bad configuration
My configuration looks like this
mqtt:
broker: b0834badc8dа784a067a63789ce584f.s2.eu.hivemq.cloud8
port: 8883
username: iot123
password: Iotpass1.
certificate: /config
Here is the error I get when checking the configuration. What am I doing wrong?
Tinkerer
(aka DubhAd on GitHub)
April 10, 2023, 9:48am
2
Support for YAML configuration of MQTT was removed, you need to set it up in the UI .
The problem with third party guides is that they’re often outdated and misleading.
2 Likes
Sorry for the stupid question, which section of the mqtt documentation should I look at? Do I need to install Mosquitto broker for this?
Tinkerer
(aka DubhAd on GitHub)
April 10, 2023, 11:40am
4
No, you don’t need the Mosquitto broker.
You want the configuration section , right at the top, where it says:
Adding MQTT to your Home Assistant instance can be done via the user interface…
1 Like