Skip to content

Releases: GuySie/ha-meural

v1.1.2

07 Jan 20:15
68910fb
Compare
Choose a tag to compare
  • Fixed bug where playlists would not play while using media_player.select_source (#61)

v1.1.1

26 Dec 09:28
6794ea0
Compare
Choose a tag to compare
  • Fix deprecated hass helpers usage and waiting for config entry platforms (#58 - thanks @arcsur)

v1.1.0

26 Dec 09:17
f682b8b
Compare
Choose a tag to compare
  • Fix deprecated hass helpers usage and waiting for config entry platforms (#58 - thanks @arcsur)

v1.0.1

24 Jul 09:35
8c21d59
Compare
Choose a tag to compare
  • Fix gesture direction bug. Previously, if the gesture direction was flipped in the Canvas settings, the direction of the next/previous buttons would unintentionally also become flipped.

v1.0.0

04 May 20:23
8724077
Compare
Choose a tag to compare
  • BREAKING: If you are upgrading from a prior version of HA-meural you have to delete this integration in Configuration, Devices & Services, Integrations, and then re-add it and log in with your NETGEAR account again. This will set up the new required configuration entries. However, this should be the last time you have to do this, because:
  • Thanks to @sanghviharshit the integration now re-authenticates automatically when your auth token expires. You no longer have to manually delete and add the integration when this happens!
  • This feature - the most requested one in the history of this integration - is big enough that it also warrants a version bump to v1! 🎉 🥳 🎊
  • Adds MediaPlayerEntityFeature enum to comply with the deprecation of SUPPORT_* constants in 2022.5.
  • Removes title from strings.json as required by hassfest.

v0.2.3

02 Feb 23:05
Compare
Choose a tag to compare
  • Updates usage of async_sign_path to support 2022.2 (thanks @balloob!).
  • Adds configuration_url to visit your Canvas remote controller from the device card.
  • Browse media will no longer show unsupported media.
  • Please note: this release does not yet contain the PR for the expiring access token.

v0.2.2

02 Jun 20:08
2a6faec
Compare
Choose a tag to compare
  • Adds iot_class key to manifest.json as required by hassfest.
  • No other changes from v0.2.1.

v0.2.1

26 Feb 16:05
febb647
Compare
Choose a tag to compare
  • Adds new required version key to manifest.json.
  • No other changes from v0.2.0.

v0.2.0

22 Nov 12:48
cbce0d9
Compare
Choose a tag to compare
  • Adds support for Media Source and Media Browser functionalities.
  • Improves support for local SD card folders.
  • Improves logging for future troubleshooting.
  • Breaking change: Using service media_player.play_media on the Meural Canvas now requires parameter media_content_type to be set to item if you wish to display specific artwork from the Meural servers.

v0.1.3

18 Sep 09:12
d356a0d
Compare
Choose a tag to compare
  • Supports using your Meural device with local SD card galleries.
  • Adds additional logging for future troubleshooting.