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:
Yuxiang Zhu 2020-08-26 00:56:01 +08:00 committed by GitHub
parent ab6fb5cb77
commit 19cc168433
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 553 additions and 9 deletions

View file

@ -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",