Skip to content

0.5.1

Latest

Choose a tag to compare

@AndyTheFactory AndyTheFactory released this 27 Apr 20:51
a9f2c76

Bugfix release.

  • fixed get_tag_statistics() raising an exception when the Homebox API returns None for the tag-statistics endpoint – now returns an empty list instead
  • made the status parameter of query_all_maintenance() required (non-optional) and updated its docstring to reflect that MaintenanceFilterStatus.MaintenanceFilterStatusBoth should be passed for an unfiltered result
  • re-enabled the get_tag_statistics() call in examples/get_homebox_statistics.py now that the None response is handled gracefully