Add HomeKit Controller heater-cooler devices (#38979)
Some new HomeKit climate devices, like XiaoMi Air Conditioning Controller P3 are heater-cooler devices rather than thermostat devices. This commit adds support for the heater-cooler class via homekit_controller.
This commit is contained in:
parent
ab6fb5cb77
commit
19cc168433
6 changed files with 553 additions and 9 deletions
|
@ -14,6 +14,7 @@ HOMEKIT_ACCESSORY_DISPATCH = {
|
|||
"outlet": "switch",
|
||||
"switch": "switch",
|
||||
"thermostat": "climate",
|
||||
"heater-cooler": "climate",
|
||||
"security-system": "alarm_control_panel",
|
||||
"garage-door-opener": "cover",
|
||||
"window": "cover",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue