Releases: bushvin/hass-integrations
Releases · bushvin/hass-integrations
v2.4.1
[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
Added
get_search_result
service to look for tracks and return the result
v2.3.5
Fixed
- fix issue with async method called from a non async method and HA complaining about it
v2.3.4
Fixed
- glitch causing the card to go grey when buttons are pushed
v2.3.3
[2.3.3] - 2024-01-19
Fixed
- state info should be read, not written
v2.3.1
Fixed
- wrong value for
is_stream
v2.3.0
Changed
- don't complain when there is no
image_url
and a stream is playing.
v2.2.2
[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
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
Changed
- Improved support queue information
- Improved support for tracks playing in playlists
- Overall improvement of the event code