Update configure_mqtt.md

This commit is contained in:
Johannes
2022-12-31 17:54:02 +01:00
committed by GitHub
parent e2501f79ad
commit e57c50e278

View File

@@ -30,7 +30,8 @@ appdaemon:
type: mqtt
namespace: mqtt
client_id: "appdaemon"
client_host: 192.168.75.30
client_host: core-mosquitto.local.hass.io # This should work if you are using supervised HomeAssistant; if not use the IP Address instead.
#client_host: 192.168.75.30
client_port: 1883
client_user: "mqttuser"
client_password: "mqttpassword"