From 75cdccc74de64e57189ab277b1e5a9f80c029be2 Mon Sep 17 00:00:00 2001 From: Jeffrey Stone Date: Sat, 31 Dec 2016 14:36:16 -0500 Subject: [PATCH] Update mqtt port --- configuration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.yaml b/configuration.yaml index 9da5299..a95d1e7 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -75,7 +75,7 @@ zone 8: mqtt: broker: 192.168.1.15 - port: 8882 + port: 8883 username: !secret MQTT_USER password: !secret MQTT_PASS