Fix velux homekit covers not enumerated correctly (#44318)
This commit is contained in:
parent
c8e3b17362
commit
2b6842aee0
3 changed files with 460 additions and 0 deletions
|
@ -248,4 +248,5 @@ class HomeKitWindowCover(HomeKitEntity, CoverEntity):
|
|||
ENTITY_TYPES = {
|
||||
ServicesTypes.GARAGE_DOOR_OPENER: HomeKitGarageDoorCover,
|
||||
ServicesTypes.WINDOW_COVERING: HomeKitWindowCover,
|
||||
ServicesTypes.WINDOW: HomeKitWindowCover,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue