mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Document Airzone Select platform (#25569)
This commit is contained in:
parent
2dde6cb30c
commit
ebc3942720
@ -5,6 +5,7 @@ ha_release: 2022.4
|
|||||||
ha_category:
|
ha_category:
|
||||||
- Binary Sensor
|
- Binary Sensor
|
||||||
- Climate
|
- Climate
|
||||||
|
- Select
|
||||||
- Sensor
|
- Sensor
|
||||||
ha_iot_class: Local Polling
|
ha_iot_class: Local Polling
|
||||||
ha_config_flow: true
|
ha_config_flow: true
|
||||||
@ -13,6 +14,7 @@ ha_platforms:
|
|||||||
- binary_sensor
|
- binary_sensor
|
||||||
- climate
|
- climate
|
||||||
- diagnostics
|
- diagnostics
|
||||||
|
- select
|
||||||
- sensor
|
- sensor
|
||||||
ha_codeowners:
|
ha_codeowners:
|
||||||
- '@Noltari'
|
- '@Noltari'
|
||||||
@ -62,6 +64,16 @@ For each Airzone zone (Thermostat) a *climate entity* is created.
|
|||||||
|
|
||||||
*Slave zones* can only enable/disable the current HVAC mode selected on the corresponding *parent zone*. Attempting to change the HVAC mode on a *child zone* will result on a Home Assistant error.
|
*Slave zones* can only enable/disable the current HVAC mode selected on the corresponding *parent zone*. Attempting to change the HVAC mode on a *child zone* will result on a Home Assistant error.
|
||||||
|
|
||||||
|
## Select
|
||||||
|
|
||||||
|
For each Airzone zone (Thermostat), the following *selects* are created:
|
||||||
|
|
||||||
|
| Condition | Description |
|
||||||
|
| :------------------ | :--------------------------------- |
|
||||||
|
| Cold Angle | Grille angle for cooling. |
|
||||||
|
| Heat Angle | Grille angle for heating. |
|
||||||
|
| Sleep | Minutes for auto sleep. |
|
||||||
|
|
||||||
## Sensors
|
## Sensors
|
||||||
|
|
||||||
For the Airzone WebServer, the following *sensors* are created:
|
For the Airzone WebServer, the following *sensors* are created:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user