mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
airzone: add Binary Sensor platform (#22038)
Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
parent
68c19b9073
commit
c4652c91e0
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user