Skip to content

Instantly share code, notes, and snippets.

@nfons
Created October 26, 2019 04:17
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save nfons/aafbf8f6121b49d39e86f6e4bcc650c8 to your computer and use it in GitHub Desktop.
ring mqtt addon config
{
"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