Update configure_mqtt.md

This commit is contained in:
joBr99
2022-12-31 17:54:02 +01:00
committed by GitHub
parent 54a3da6e2c
commit 3bf3bacc8f

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"