mirror of
https://github.com/home-assistant/core.git
synced 2025-08-31 08:01:01 +00:00
Fix velux homekit covers not enumerated correctly (#44318)
This commit is contained in:
@@ -248,4 +248,5 @@ class HomeKitWindowCover(HomeKitEntity, CoverEntity):
|
||||
ENTITY_TYPES = {
|
||||
ServicesTypes.GARAGE_DOOR_OPENER: HomeKitGarageDoorCover,
|
||||
ServicesTypes.WINDOW_COVERING: HomeKitWindowCover,
|
||||
ServicesTypes.WINDOW: HomeKitWindowCover,
|
||||
}
|
||||
|
Reference in New Issue
Block a user