mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 14:56:53 +00:00
Document Airzone zone switch entities (#34443)
* airzone: document switch entities Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> * tweak --------- Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
parent
97e61d63ad
commit
a1af31ed8b
@ -7,6 +7,7 @@ ha_category:
|
|||||||
- Climate
|
- Climate
|
||||||
- Select
|
- Select
|
||||||
- Sensor
|
- Sensor
|
||||||
|
- Switch
|
||||||
- Water heater
|
- Water heater
|
||||||
ha_iot_class: Local Polling
|
ha_iot_class: Local Polling
|
||||||
ha_config_flow: true
|
ha_config_flow: true
|
||||||
@ -17,6 +18,7 @@ ha_platforms:
|
|||||||
- diagnostics
|
- diagnostics
|
||||||
- select
|
- select
|
||||||
- sensor
|
- sensor
|
||||||
|
- switch
|
||||||
- water_heater
|
- water_heater
|
||||||
ha_codeowners:
|
ha_codeowners:
|
||||||
- '@Noltari'
|
- '@Noltari'
|
||||||
@ -97,6 +99,10 @@ For each Airzone zone (thermostat), the following *sensors* are created:
|
|||||||
| humidity | Current zone relative humidity. |
|
| humidity | Current zone relative humidity. |
|
||||||
| temperature | Current zone temperature. |
|
| temperature | Current zone temperature. |
|
||||||
|
|
||||||
|
## Switch
|
||||||
|
|
||||||
|
For each Airzone zone (thermostat), a *switch entity* is created.
|
||||||
|
|
||||||
## Water heater
|
## Water heater
|
||||||
|
|
||||||
For each Airzone device a *water heater entity* is created if supported.
|
For each Airzone device a *water heater entity* is created if supported.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user