Releases: andrewsayre/pyheos
Releases · andrewsayre/pyheos
Release 0.5.1
- Support minimal response in
get_players
by non-spec conforming devices
Release 0.5.0
- Release under Apache 2.0
- Add Quick Select functions
- Add Playlist retrieval/play functions
- Add Group functions
- Reduce noise on debug logging
Release 0.4.1
- Fix an issue where the heartbeat was not handling a timeout error and breaking the reconnection logic.
Release 0.4.0
- Add support for groups
- Standardize command failures (breaking change - all commands now raise an exception if not successful instead of returning a boolean)
Release 0.3.1
- Handle volume level edge case where a float string is returned
- Add sign in and out commands
- Add logged in user status to controller
Release 0.3.0
- Adds command response error processing
Release 0.2.1
- Fix heartbeat task exception was never retrieved
- Increase timeout and reconnect delay
- Prevent multiple starts of reconnect
Release 0.2.0
- Changed how players are marked unavailable when changed and no longer present
- Added available control options
Release 0.1.0
First release of the pyheos library with core functionality.