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

* ✏️ Tweaks
This commit is contained in:
Tim 2019-09-21 08:45:29 -04:00 committed by Franck Nijhof
parent 314677e484
commit b6175a77dc

View File

@ -47,14 +47,17 @@ password:
<div class='note'>
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.
</div>
<div class='note warning'>
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.
</div>