Add IoT class to Proximity & Cover (#15216)

This commit is contained in:
Ben Mckeown 2020-10-13 09:09:56 +01:00 committed by GitHub
parent b1445244da
commit 385aedc81c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,7 @@ ha_quality_scale: internal
ha_codeowners: ha_codeowners:
- '@home-assistant/core' - '@home-assistant/core'
ha_domain: cover ha_domain: cover
ha_iot_class: ~
--- ---
Home Assistant can give you an interface to control covers such as rollershutters, blinds, and garage doors. Home Assistant can give you an interface to control covers such as rollershutters, blinds, and garage doors.

View File

@ -7,6 +7,7 @@ ha_category:
ha_release: 0.13 ha_release: 0.13
ha_quality_scale: internal ha_quality_scale: internal
ha_domain: proximity 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. 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.