Skip to content

Releases: bushvin/hass-integrations

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

v2.1.3

08 Nov 08:36
a20e35e
Compare
Choose a tag to compare

Fixed

  • Fix error on startup when using yaml configuration (by Daniele Ricci)

v2.1.2

07 Nov 13:21
e0a5663
Compare
Choose a tag to compare

Fixed

  • make features a fixed set