mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 19:57:07 +00:00
Add Powerview Type 11 (#114047)
This commit is contained in:
parent
952f47ab18
commit
c2771791a3
@ -993,6 +993,11 @@ TYPE_TO_CLASSES = {
|
||||
PowerViewShadeDualOverlappedFront,
|
||||
PowerViewShadeDualOverlappedRear,
|
||||
),
|
||||
11: (
|
||||
PowerViewShadeDualOverlappedCombined,
|
||||
PowerViewShadeDualOverlappedFront,
|
||||
PowerViewShadeDualOverlappedRear,
|
||||
),
|
||||
}
|
||||
|
||||
|
||||
|
@ -335,6 +335,6 @@
|
||||
"roomId": 9,
|
||||
"shadeGroupIds": [],
|
||||
"type": 95,
|
||||
"shade_api_class": "None"
|
||||
"shade_api_class": "ShadeDualOverlappedIlluminated"
|
||||
}
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user