From aa68cea7e8d92e76b47d970466711d87dcda59ee Mon Sep 17 00:00:00 2001 From: Brian King Date: Fri, 12 Oct 2018 14:18:37 -0500 Subject: [PATCH] Attempting to fix MQTT broker for USPS re: #153 --- configuration.yaml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/configuration.yaml b/configuration.yaml index f99e5ee..0e5d8b4 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -262,12 +262,11 @@ wake_on_lan: ######################################### # MQTT ########################################## -# Temporarily disabled. -#mqtt: - #broker: !secret mqttbroker - #port: 19742 - #username: !secret mqttuser - #password: !secret mqttpassword +mqtt: + broker: !secret mqttbroker + port: 1883 + username: !secret mqttuser + password: !secret mqttpassword ######################################### # API