File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -1080,7 +1080,10 @@ async def _register_endpoints(self) -> None:
1080
1080
DeviceId = zigpy .profiles .zha .DeviceType .IAS_CONTROL ,
1081
1081
DeviceVersion = 0b0000 ,
1082
1082
LatencyReq = c .af .LatencyReq .NoLatencyReqs ,
1083
- InputClusters = [clusters .general .Ota .cluster_id ],
1083
+ InputClusters = [
1084
+ clusters .general .Basic .cluster_id ,
1085
+ clusters .general .Ota .cluster_id ,
1086
+ ],
1084
1087
OutputClusters = [
1085
1088
clusters .security .IasZone .cluster_id ,
1086
1089
clusters .security .IasWd .cluster_id ,
@@ -1096,7 +1099,7 @@ async def _register_endpoints(self) -> None:
1096
1099
DeviceId = zigpy .profiles .zll .DeviceType .CONTROLLER ,
1097
1100
DeviceVersion = 0b0000 ,
1098
1101
LatencyReq = c .af .LatencyReq .NoLatencyReqs ,
1099
- InputClusters = [],
1102
+ InputClusters = [clusters . general . Basic . cluster_id ],
1100
1103
OutputClusters = [],
1101
1104
),
1102
1105
RspStatus = t .Status .SUCCESS ,
You can’t perform that action at this time.
0 commit comments