What's Changed
Introduce some new fields to the data models to support devices with multiple Zigbee radios. Backwards compatibility has been kept, however the `Info.zb_*` properties are deprecated and will be removed in the future. Use `Info.radios[i].zb_*` instead.
* Add support for new radios key by tl-sl in https://github.com/smlight-tech/pysmlight/pull/26
* Adapt APIs to handle multiple radios by tl-sl in https://github.com/smlight-tech/pysmlight/pull/27
* Remaining fixes for SLZB-MR1 support by tl-sl in https://github.com/smlight-tech/pysmlight/pull/28
**Full Changelog**: https://github.com/smlight-tech/pysmlight/compare/v0.1.6...v0.2.0