From 385aedc81cafe5519d8db153bf016c561b92d7d4 Mon Sep 17 00:00:00 2001 From: Ben Mckeown Date: Tue, 13 Oct 2020 09:09:56 +0100 Subject: [PATCH] Add IoT class to Proximity & Cover (#15216) --- source/_integrations/cover.markdown | 1 + source/_integrations/proximity.markdown | 1 + 2 files changed, 2 insertions(+) diff --git a/source/_integrations/cover.markdown b/source/_integrations/cover.markdown index 344ef566838..c8300a17fde 100644 --- a/source/_integrations/cover.markdown +++ b/source/_integrations/cover.markdown @@ -8,6 +8,7 @@ ha_quality_scale: internal ha_codeowners: - '@home-assistant/core' ha_domain: cover +ha_iot_class: ~ --- Home Assistant can give you an interface to control covers such as rollershutters, blinds, and garage doors. diff --git a/source/_integrations/proximity.markdown b/source/_integrations/proximity.markdown index 784fee7618d..e362de727b8 100644 --- a/source/_integrations/proximity.markdown +++ b/source/_integrations/proximity.markdown @@ -7,6 +7,7 @@ ha_category: ha_release: 0.13 ha_quality_scale: internal ha_domain: proximity +ha_iot_class: ~ --- The `proximity` integration allows you to monitor the proximity of devices to a particular [zone](/integrations/zone/) and the direction of travel. The result is an entity created in Home Assistant which maintains the proximity data.