Skip to content

Releases: bushvin/hass-integrations

v1.4.8

31 May 07:06
797b88f
Compare
Choose a tag to compare

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

24 Sep 20:59
1a5dca1
Compare
Choose a tag to compare

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.6

06 Mar 16:23
Compare
Choose a tag to compare

Fixed

  • playing from local media

More info: #18

v1.4.5

05 Mar 11:29
Compare
Choose a tag to compare

Added

  • Support for media browsing and playing from other components in HA (thanks, koying)

More info: PR #17

v1.4.4

19 Feb 11:45
Compare
Choose a tag to compare

Fixed

  • change of code for 2022.6 warning introduced issue where an int was added to a string.

v1.4.3

07 Jan 09:12
Compare
Choose a tag to compare

Fixes

  • git version tag added before last PR

v1.4.2

03 Jan 22:44
1ad58ac
Compare
Choose a tag to compare

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)