From 2eb16e1c765c1223bf087a03070b6e9f27410d0d Mon Sep 17 00:00:00 2001 From: Sergiy Maysak Date: Thu, 22 Jul 2021 14:41:43 +0300 Subject: [PATCH] Updated IoT class to Cloud Push. (#17998) Updated documentation according to switch to cloud push as a replacement to local push. --- source/_integrations/wirelesstag.markdown | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/source/_integrations/wirelesstag.markdown b/source/_integrations/wirelesstag.markdown index 70a5c2f1a79..7ea450c5633 100644 --- a/source/_integrations/wirelesstag.markdown +++ b/source/_integrations/wirelesstag.markdown @@ -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 %} -
- -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. - -
- -
- -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. - -
- ## 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: