Updated IoT class to Cloud Push. (#17998)

Updated documentation according to switch to cloud push as a replacement to local push.
This commit is contained in:
Sergiy Maysak 2021-07-22 14:41:43 +03:00 committed by GitHub
parent c3c205a443
commit 2eb16e1c76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ ha_category:
- Binary Sensor
- Sensor
- Switch
ha_iot_class: Local Push
ha_iot_class: Cloud Push
ha_release: 0.68
ha_domain: wirelesstag
ha_platforms:
@ -45,22 +45,6 @@ password:
type: string
{% endconfiguration %}
<div class='note'>
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](/integrations/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 Home Assistant uses `https`, local push notifications are disabled and data is received via cloud polling.
</div>
## Binary Sensor
To enable the binary sensor platform for your tags, set up with your [wirelesstag.net](https://wirelesstag.net/) account. Add the following to your `configuration.yaml` file: