Skip to content

Releases: bushvin/hass-integrations

v2.4.1

12 Nov 08:39
Compare
Choose a tag to compare

[2.4.1] - 2024-11-12

Fixed

  • fix deprecation of hass.config_entries.async_forward_entry_setup in favour of hass.config_entries.async_forward_entry_setups

v2.4.0

04 Oct 12:24
Compare
Choose a tag to compare

Added

  • get_search_result service to look for tracks and return the result

v2.3.5

29 May 11:21
Compare
Choose a tag to compare

Fixed

  • fix issue with async method called from a non async method and HA complaining about it

v2.3.4

26 Jan 09:43
Compare
Choose a tag to compare

Fixed

  • glitch causing the card to go grey when buttons are pushed

v2.3.3

19 Jan 15:58
Compare
Choose a tag to compare

[2.3.3] - 2024-01-19

Fixed

  • state info should be read, not written

v2.3.1

12 Jan 13:07
Compare
Choose a tag to compare

Fixed

  • wrong value for is_stream

v2.3.0

11 Jan 13:14
Compare
Choose a tag to compare

Changed

  • don't complain when there is no image_url and a stream is playing.

v2.2.2

06 Jan 15:59
Compare
Choose a tag to compare

[2.2.2] - 2024-01-06

Happy New Year!

Changed

  • bumped mopidyapi version requirement to 1.1.0

Fixed

  • default media_player properties changed to cached_property types

v2.2.1

13 Nov 08:49
843d7e3
Compare
Choose a tag to compare

Fixed

  • expanding the url will add a timestamp based on the day instead of epoch, causing it to reload daily instead of every time the image is refreshed (which is every 10 seconds)
  • correct snapshotting variables/methods
  • alphabetize extra_state_attributes variables
  • retrieve the correct current track information
  • fix queue variables for media_play

v2.2.0

11 Nov 15:45
b6a2364
Compare
Choose a tag to compare

Changed

  • Improved support queue information
  • Improved support for tracks playing in playlists
  • Overall improvement of the event code