mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 05:46:52 +00:00
Add climate platform to Airzone (#21999)
This commit is contained in:
parent
928dd25590
commit
892ba03065
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user