Add support for v1 and v2 HomeKit fans. (#30503)

* Add support for v1 and v2 HomeKit fans.

* Lint fix
This commit is contained in:
Jc2k
2020-01-05 14:56:46 +00:00
committed by Paulus Schoutsen
parent 8625e962ce
commit fffc5a5fbb
7 changed files with 1856 additions and 0 deletions

View File

@@ -27,4 +27,6 @@ HOMEKIT_ACCESSORY_DISPATCH = {
"temperature": "sensor",
"battery": "sensor",
"smoke": "binary_sensor",
"fan": "fan",
"fanv2": "fan",
}