Changes * Implemented zone_unjoin method and added a way to remove group callbacks (11) micha91
0.8.0
Changes * Catch case when zone does not yet exist (10) vigonotion * Add checks for devices with missing features (volume, netusb, tuner) (9) vigonotion
0.7.1
Changes * Fix old alarm feature syntax (8) vigonotion
0.7.0
Changes
This release has a breaking change (7). The properties `has_alarm` and `has_clock` have been removed. To check for these features you can now use `DeviceFeature.ALARM in device.features` instead.