From c4652c91e04690a8e579d5f812f191949991caa0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= Date: Mon, 28 Mar 2022 10:22:41 +0200 Subject: [PATCH] airzone: add Binary Sensor platform (#22038) Co-authored-by: J. Nick Koston --- source/_integrations/airzone.markdown | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/source/_integrations/airzone.markdown b/source/_integrations/airzone.markdown index edfbdad9e43..0b7360aee00 100644 --- a/source/_integrations/airzone.markdown +++ b/source/_integrations/airzone.markdown @@ -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.