Fix velux homekit covers not enumerated correctly (#44318)

This commit is contained in:
Jc2k
2020-12-17 16:12:06 +00:00
committed by GitHub
parent c8e3b17362
commit 2b6842aee0
3 changed files with 460 additions and 0 deletions

View File

@@ -248,4 +248,5 @@ class HomeKitWindowCover(HomeKitEntity, CoverEntity):
ENTITY_TYPES = {
ServicesTypes.GARAGE_DOOR_OPENER: HomeKitGarageDoorCover,
ServicesTypes.WINDOW_COVERING: HomeKitWindowCover,
ServicesTypes.WINDOW: HomeKitWindowCover,
}