We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93d7667 commit 4f32b24Copy full SHA for 4f32b24
zigpy_znp/zigbee/application.py
@@ -518,13 +518,6 @@ async def form_network(self):
518
c.ZDO.StateChangeInd.Callback(State=t.DeviceState.StartedAsCoordinator)
519
)
520
521
- await self._znp.request(
522
- c.AppConfig.BDBStartCommissioning.Req(
523
- Mode=c.app_config.BDBCommissioningMode.NwkSteering
524
- ),
525
- RspStatus=t.Status.SUCCESS,
526
- )
527
-
528
# Create the NV item that keeps track of whether or not we're configured
529
osal_create_rsp = await self._znp.request(
530
c.SYS.OSALNVItemInit.Req(
0 commit comments