From 79c8664fa4dae256e10197869166b8a6b8299050 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= Date: Sat, 12 Mar 2022 12:44:03 +0100 Subject: [PATCH] Document new Airzone integration (#21903) Co-authored-by: Franck Nijhof --- source/_integrations/airzone.markdown | 30 +++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 source/_integrations/airzone.markdown diff --git a/source/_integrations/airzone.markdown b/source/_integrations/airzone.markdown new file mode 100644 index 00000000000..6f627ec6588 --- /dev/null +++ b/source/_integrations/airzone.markdown @@ -0,0 +1,30 @@ +--- +title: Airzone +description: Instructions on how to integrate Airzone within Home Assistant. +ha_release: 2022.4 +ha_category: + - Sensor +ha_iot_class: Local Polling +ha_config_flow: true +ha_domain: airzone +ha_platforms: + - sensor +--- + +This integration allows getting values from the local API of Airzone HVAC zoning systems. + +There is currently support for the following device types within Home Assistant: + +- Sensor + +{% include integrations/config_flow.md %} + +{% configuration_basic %} +Host: + description: "Network IP address" +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.