Add climate platform to Airzone (#21999)

This commit is contained in:
Álvaro Fernández Rojas 2022-03-27 20:59:28 +02:00 committed by GitHub
parent 928dd25590
commit 892ba03065
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,11 +3,13 @@ title: Airzone
description: Instructions on how to integrate Airzone within Home Assistant.
ha_release: 2022.4
ha_category:
- Climate
- Sensor
ha_iot_class: Local Polling
ha_config_flow: true
ha_domain: airzone
ha_platforms:
- climate
- sensor
---
@ -15,6 +17,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:
- Climate
- Sensor
{% include integrations/config_flow.md %}
@ -26,5 +29,4 @@ Port:
description: "Network port"
{% endconfiguration_basic %}
Only temperature and humidity sensors for each HVAC zone are supported right now.
It should also be possible to control the different HVAC zones with climate devices.
Temperature and humidity sensors for each HVAC zone are created, as well as their corresponding climate entities.