Releases: bushvin/hass-integrations
Releases · bushvin/hass-integrations
v1.4.8
Changed
- Modified the way playlists are handled in the play queue
Fixed
- FIX Issue #26: Tidal playlists not expanding correctly
more info: #27
v1.4.7
Fixed
- BUGFIX: playing mopidy-local "directory" resources (eg
artists/albums
) failed as the resource is not considered
a media source according to URI_SCHEME_REGEX
- typo in the README.md
Added
- support for mopidyapi>=1.0.0, no need to stay in the stoneage
more info: #22
v1.4.5
Added
- Support for media browsing and playing from other components in HA (thanks, koying)
More info: PR #17
v1.4.4
Fixed
- change of code for 2022.6 warning introduced issue where an int was added to a string.
v1.4.3
Fixes
- git version tag added before last PR
v1.4.2
Fixes
- mopidy play instruction is slow on streming media. now waiting for status to change into
playing
asynchronously
- update code to comply with 2022.6 deprecation (thanks, VDRainer)