New features
- Use ZDO converter for `Mgmt_NWK_Update_req` by puddly in https://github.com/zigpy/zigpy-znp/pull/102
- Startup RTS and DTR pin states are now configurable:
yaml
zha:
zigpy_config:
znp_config:
connect_rts_pin_states: [off, on, off]
connect_dtr_pin_states: [off, off, off]
Bugfixes
- Properly handle the extended timeout in backgrounded requests by puddly in https://github.com/zigpy/zigpy-znp/pull/103
- Connect multiple times on startup and speed up initial connect by puddly in https://github.com/zigpy/zigpy-znp/pull/104.
**Full Changelog**: https://github.com/zigpy/zigpy-znp/compare/v0.6.1...v0.6.2