Add IoT class to zone integration (#14739)

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
Vincent Palmer 2020-10-02 16:49:03 +02:00 committed by GitHub
parent 05b14910a0
commit 273fb7ef09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.