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