From 63de9aaf61d7a94e870b10b2934620c9e3ed6204 Mon Sep 17 00:00:00 2001 From: Daniel Perna Date: Tue, 5 Jun 2018 00:22:15 +0200 Subject: [PATCH] Added note about hass.io Docker-network --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f49770..6203ad9 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ If you plan on using the restart button, you have to set your API password. Call #### CREDENTIALS (string) Set credentials in the form of `"username:password"` if authentication should be required for access. #### ALLOWED_NETWORKS (list) -Limit access to the configurator by adding allowed IP addresses / networks to the list, e.g `ALLOWED_NETWORKS = ["192.168.0.0/24", "172.16.47.23"]` +Limit access to the configurator by adding allowed IP addresses / networks to the list, e.g `ALLOWED_NETWORKS = ["192.168.0.0/24", "172.16.47.23"]`. If you are using the [hass.io addon](https://www.home-assistant.io/addons/configurator/) of the configurator, add the docker-network `172.30.0.0/16` to this list. #### BANNED_IPS (list) List of statically banned IP addresses, e.g. `BANNED_IPS = ["1.1.1.1", "2.2.2.2"]` #### BANLIMIT (integer)