Skip to content

Releases: bushvin/hass-integrations

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

v2.1.1

06 Nov 16:05
9f52327
Compare
Choose a tag to compare

Fixed

  • detection of youtube urls and conversion to extension compatible uris did not work

v2.1.0

06 Nov 14:52
caa97a3
Compare
Choose a tag to compare

Changed

  • update media_player information on websocket event

v2.0.4

06 Nov 07:56
9e42b01
Compare
Choose a tag to compare

Fixed

  • fix media_player.play_media service enqueue.add behaviour

v2.0.3

05 Nov 14:57
b621978
Compare
Choose a tag to compare

Fixed

  • fix media_player.play_media service enqueue.play behaviour

v2.0.2

02 Nov 16:30
Compare
Choose a tag to compare

Fixed

  • wrong varname for youtube (#40)

v2.0.1

31 Oct 16:11
2339104
Compare
Choose a tag to compare

Changed

  • Better handling of youtube URLs based on available extensions
  • Complete the media URL with hostname and timestamps if not available

v2.0.0

31 Oct 14:22
Compare
Choose a tag to compare

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 service
  • consume_mode entity attribute for the current consume_mode
  • mopidy_extension entity attribute for currently used extension
  • queue_position entity attribute for the index of the currently playing track in the queue
  • queu_size entity attribute for the number of tracks in the currently playing queue
  • snapshot_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

17 Oct 12:49
Compare
Choose a tag to compare

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