Created
October 26, 2019 04:17
-
-
Save nfons/aafbf8f6121b49d39e86f6e4bcc650c8 to your computer and use it in GitHub Desktop.
ring mqtt addon config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"host": "[[YOUR HA LOCAL IP FROM ROUTER]]", | |
"port": 1883, | |
"ring_topic": "ring", | |
"hass_topic": "hass/status", | |
"mqtt_user": "[[MQTT USER FROM HA]]", | |
"mqtt_pass": "[[MQTT USER PW]]", | |
"ring_user": "", | |
"ring_pass": "" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment