Skip to content

Commit 7fc3d3b

Browse files
authored
[mqtt.homeassistant] Document new channels from openhab#17659 (openhab#17880)
Signed-off-by: Cody Cutrer <[email protected]>
1 parent c6f2fca commit 7fc3d3b

File tree

1 file changed

+15
-12
lines changed
  • bundles/org.openhab.binding.mqtt.homeassistant

1 file changed

+15
-12
lines changed

bundles/org.openhab.binding.mqtt.homeassistant/README.md

+15-12
Original file line numberDiff line numberDiff line change
@@ -51,18 +51,21 @@ Base64 encoding is not supported
5151

5252
### [Climate](https://www.home-assistant.io/integrations/climate.mqtt/)
5353

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. |
6669

6770
### [Cover](https://www.home-assistant.io/integrations/cover.mqtt/)
6871

0 commit comments

Comments
 (0)