From b6175a77dc757556b363e4fc887a0770151e953f Mon Sep 17 00:00:00 2001 From: Tim Date: Sat, 21 Sep 2019 08:45:29 -0400 Subject: [PATCH] Update changes to whitelisting local ips (#10405) * Update changes to whitelisting local ips This isn't done under the HTTP component any more (since v0.89) - added new version and noted previous version options * :pencil2: Tweaks --- source/_components/wirelesstag.markdown | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/source/_components/wirelesstag.markdown b/source/_components/wirelesstag.markdown index 74428b3776a..1cd92f6c97b 100644 --- a/source/_components/wirelesstag.markdown +++ b/source/_components/wirelesstag.markdown @@ -47,14 +47,17 @@ password:
- To enable local push notifications from the Tags Manager, you need to add the IP address of the Tags Manager into whitelist in `http` component; i.e., add it to `trusted_networks`. See the [HTTP](/components/http/) for details. - Additionally, you need add at least one [WirelessTag binary sensor](#binary-sensor) in config to start receiving local push notifications. +To enable local push notifications from the Tags Manager, you need to add the IP address of the Tags Manager into `trusted_networks` under Authentication Providers. See the [Authentication Providers](https://www.home-assistant.io/docs/authentication/providers/#trusted-networks) for details. + +If you are using a version prior to v0.89 you can do the whitelisting under the [HTTP](/components/http) integration. + +Additionally, you need to add at least one [WirelessTag binary sensor](#binary-sensor) in the configuration to start receiving local push notifications.
- Tags Manager supports local push notifications for `http` schema only. So if your hass uses `https`, local push notifications are disabled and data is received via cloud polling. +Tags Manager supports local push notifications for `http` schema only. So if your Home Assistant uses `https`, local push notifications are disabled and data is received via cloud polling.