@@ -51,18 +51,21 @@ Base64 encoding is not supported
51
51
52
52
### [ Climate] ( https://www.home-assistant.io/integrations/climate.mqtt/ )
53
53
54
- | Channel ID | Type | R/W | Description |
55
- | ---------------------| --------| -----| -------------------------------------------------------------------------------|
56
- | action | String | RO | The current operating state of the HVAC device. |
57
- | current-temperature | Number | RO | The current temperature |
58
- | fan-mode | String | R/W | The desired fan speed. Inspect the state description for allowed values. |
59
- | mode | String | R/W | The desired operating mode. Inspect the state description for allowed values. |
60
- | swing | String | R/W | The desired swing mode. Inspect the state description for allowed values. |
61
- | temperature | Number | R/W | The desired temperature. |
62
- | temperature-high | Number | R/W | The desired maximum temperature. |
63
- | temperature-low | Number | R/W | The desired minimum temperature. |
64
- | power | Switch | WO | Use to turn the HVAC on or off, regardless of mode. |
65
- | json-attributes | String | RO | Additional attributes, as a serialized JSON string. |
54
+ | Channel ID | Type | R/W | Description |
55
+ | ---------------------| ----------------------| -----| ------------------------------------------------------------------------------------------|
56
+ | action | String | RO | The current operating state of the HVAC device. |
57
+ | current-temperature | Number | RO | The current temperature. |
58
+ | fan-mode | String | R/W | The desired fan speed. Inspect the state description for allowed values. |
59
+ | current-humidity | Number: Dimensionless | RO | The current relative humidity. |
60
+ | target-humidity | Number: Dimensionless | RO | The desired relative humidity. |
61
+ | mode | String | R/W | The desired operating mode. Inspect the state description for allowed values. |
62
+ | preset-mode | String | R/W | The current preset mode (such as ` eco ` , ` away ` , ` boost ` , ` comfort ` , ` home ` , or ` sleep ` .) |
63
+ | swing | String | R/W | The desired swing mode. Inspect the state description for allowed values. |
64
+ | temperature | Number | R/W | The desired temperature. |
65
+ | temperature-high | Number | R/W | The desired maximum temperature. |
66
+ | temperature-low | Number | R/W | The desired minimum temperature. |
67
+ | power | Switch | WO | Use to turn the HVAC on or off, regardless of mode. |
68
+ | json-attributes | String | RO | Additional attributes, as a serialized JSON string. |
66
69
67
70
### [ Cover] ( https://www.home-assistant.io/integrations/cover.mqtt/ )
68
71
0 commit comments