From 2f3cc2dd8d67df79f68f84d4b4142531bef551bf Mon Sep 17 00:00:00 2001 From: KemoNine Date: Tue, 14 May 2019 15:24:58 +0000 Subject: [PATCH] Update example secrets to match the port in the mosquitto config --- secrets-example.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/secrets-example.yaml b/secrets-example.yaml index 746fae0..e4de4ee 100644 --- a/secrets-example.yaml +++ b/secrets-example.yaml @@ -21,7 +21,7 @@ dark_sky_api_key: YOUR_API_KEY_HERE # MQTT mqtt_host: "mosquitto" -mqtt_port: 1883 +mqtt_port: 8883 mqtt_username: "SomeUser" mqtt_password: "mqttpassword"