Hi all! I have a broker set up, but to automate the Home Assistant deployment, I’m trying to find a way to set up communication between HA and Mosquitto using yaml files. At the moment, the HA configuration check swears for outdated parameters. What is currently the working way to configure without using the frontend?
Fragment configuration.yaml
mqtt:
broker: 127.0.0.1
port: 1883
username: someuser
password: somepass
Error:
Invalid config for [mqtt]: The 'broker' option near /var/calculate/homeassistant/configuration.yaml:38 has been removed, please remove it from your configuration for dictionary value @ data['mqtt']. Got {'broker': '127.0.0.1', 'port': 1883, 'username': 'someuser', 'password': somepass}. (See /var/calculate/homeassistant/configuration.yaml, line 38).