mirror of
https://github.com/home-assistant/core.git
synced 2025-11-12 12:30:31 +00:00
Add support for v1 and v2 HomeKit fans. (#30503)
* Add support for v1 and v2 HomeKit fans. * Lint fix
This commit is contained in:
@@ -27,4 +27,6 @@ HOMEKIT_ACCESSORY_DISPATCH = {
|
||||
"temperature": "sensor",
|
||||
"battery": "sensor",
|
||||
"smoke": "binary_sensor",
|
||||
"fan": "fan",
|
||||
"fanv2": "fan",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user