From 273fb7ef0931f0f1b4e9d6a99435d26e5b7773f3 Mon Sep 17 00:00:00 2001 From: Vincent Palmer Date: Fri, 2 Oct 2020 16:49:03 +0200 Subject: [PATCH] Add IoT class to zone integration (#14739) Co-authored-by: Franck Nijhof --- source/_integrations/zone.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_integrations/zone.markdown b/source/_integrations/zone.markdown index e2277ab15aa..17a983d882c 100644 --- a/source/_integrations/zone.markdown +++ b/source/_integrations/zone.markdown @@ -8,6 +8,7 @@ ha_quality_scale: internal ha_codeowners: - '@home-assistant/core' ha_domain: zone +ha_iot_class: ~ --- Zones allow you to specify certain regions on earth (for now). When a device tracker sees a device to be within a zone, the state will take the name from the zone. Zones can also be used as a [trigger](/getting-started/automation-trigger/#zone-trigger) or [condition](/getting-started/automation-condition/#zone-condition) inside automation setups.