Skip to content

Commit

Permalink
Merge pull request #155 from brianjking/fix-mqtt
Browse files Browse the repository at this point in the history
Attempting to fix MQTT broker for USPS re: #153
  • Loading branch information
brianjking authored Oct 12, 2018
2 parents be5d902 + aa68cea commit 60446ce
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 60446ce

Please sign in to comment.