From 892ba03065279f11c65e1d0fc9f7c80f284ba910 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= Date: Sun, 27 Mar 2022 20:59:28 +0200 Subject: [PATCH] Add climate platform to Airzone (#21999) --- source/_integrations/airzone.markdown | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/source/_integrations/airzone.markdown b/source/_integrations/airzone.markdown index 6f627ec6588..edfbdad9e43 100644 --- a/source/_integrations/airzone.markdown +++ b/source/_integrations/airzone.markdown @@ -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.