Bugfix release.
- fixed
get_tag_statistics()raising an exception when the Homebox API returnsNonefor the tag-statistics endpoint – now returns an empty list instead - made the
statusparameter ofquery_all_maintenance()required (non-optional) and updated its docstring to reflect thatMaintenanceFilterStatus.MaintenanceFilterStatusBothshould be passed for an unfiltered result - re-enabled the
get_tag_statistics()call inexamples/get_homebox_statistics.pynow that theNoneresponse is handled gracefully