Skip to content

Commit 4f32b24

Browse files
committed
Disable network steering on network formation
1 parent 93d7667 commit 4f32b24

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

zigpy_znp/zigbee/application.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -518,13 +518,6 @@ async def form_network(self):
518518
c.ZDO.StateChangeInd.Callback(State=t.DeviceState.StartedAsCoordinator)
519519
)
520520

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-
528521
# Create the NV item that keeps track of whether or not we're configured
529522
osal_create_rsp = await self._znp.request(
530523
c.SYS.OSALNVItemInit.Req(

0 commit comments

Comments
 (0)