airzone: add Binary Sensor platform (#22038)

Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
Álvaro Fernández Rojas 2022-03-28 10:22:41 +02:00 committed by GitHub
parent 68c19b9073
commit c4652c91e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,12 +3,14 @@ title: Airzone
description: Instructions on how to integrate Airzone within Home Assistant.
ha_release: 2022.4
ha_category:
- Binary Sensor
- Climate
- Sensor
ha_iot_class: Local Polling
ha_config_flow: true
ha_domain: airzone
ha_platforms:
- binary_sensor
- climate
- sensor
---
@ -17,6 +19,7 @@ This integration allows getting values from the local API of Airzone HVAC zoning
There is currently support for the following device types within Home Assistant:
- Binary Sensor
- Climate
- Sensor
@ -29,4 +32,4 @@ Port:
description: "Network port"
{% endconfiguration_basic %}
Temperature and humidity sensors for each HVAC zone are created, as well as their corresponding climate entities.
Temperature and humidity sensors and air demand, floor demand, and problems binary sensors for each HVAC zone are created, as well as their corresponding climate entities.