Releases: bushvin/hass-integrations
Releases · bushvin/hass-integrations
v2.1.3
Fixed
- Fix error on startup when using yaml configuration (by Daniele Ricci)
v2.1.2
v2.1.1
v2.1.0
v2.0.4
v2.0.3
v2.0.2
v2.0.1
v2.0.0
This version incorporates a refactor of the integration to include numerous new
Home Assistant media_player
features. I did not keep track of all features updated, but these incorporate the major ones
Added
- Support for
media_player.play_media
enqueue
feature mopid.set_consume_mode
serviceconsume_mode
entity attribute for the current consume_modemopidy_extension
entity attribute for currently used extensionqueue_position
entity attribute for the index of the currently playing track in the queuequeu_size
entity attribute for the number of tracks in the currently playing queuesnapshot_taken_at
entity attribute to show when the snapshot was taken (if any)
Fixed
- Wrong volume level on snapshot restore
Removed
- Support for ON/OFF, as these refer to a physical ON/OFF switch.
And probably many more...
v1.5.1
This release rectifies a wrong description in the original 1.5.0 release There is no queue mode included, as it was not merged with master at the time (my bad). In the meantime the nice people of Home Assistant have introduced a queueing system of their own, making mine obsolete (yay! less code to maintain!).
Anyway, this release contains a new feature and some fixes. Enjoy!
Added
- Support for Consume mode
Fixed:
- varname typo
- stacktrace logging of connection failure to debug instead of error
- snapshot restore issue