Skip to content

Releases: thlucas1/homeassistantcomponent_soundtouchplus

v1.0.53

24 Jun 05:43
Compare
Choose a tag to compare

[ 1.0.53 ] - 2024/06/24

  • Updated underlying spotifywebapiPython package requirement to version 1.0.64.

v1.0.52

22 Jun 03:25
Compare
Choose a tag to compare

[ 1.0.52 ] - 2024/06/21

  • Updated underlying spotifywebapiPython package requirement to version 1.0.62.

v1.0.51

21 Jun 20:01
Compare
Choose a tag to compare

[ 1.0.51 ] - 2024/06/21

  • Updated underlying spotifywebapiPython package requirement to version 1.0.61.

v1.0.50

20 Jun 00:10
Compare
Choose a tag to compare

[ 1.0.50 ] - 2024/06/19

  • Updated underlying spotifywebapiPython package requirement to version 1.0.59.

v1.0.49

11 Jun 04:06
Compare
Choose a tag to compare

[ 1.0.49 ] - 2024/06/10

  • Updated underlying spotifywebapiPython package requirement to version 1.0.48.

v1.0.48

08 Jun 15:30
Compare
Choose a tag to compare

[ 1.0.48 ] - 2024/06/08

  • Fixed a bug that was causing ValueError: list.remove(x): x not in list exceptions to be raised whenever the user changed configuration options for a device. This started appearing with the HA 2024.6.1 release.

v1.0.47

08 Jun 03:29
Compare
Choose a tag to compare

[ 1.0.47 ] - 2024/06/07

  • Updated underlying spotifywebapiPython package requirement to version 1.0.46.
  • Added the following requirements to manifest.json so that any dependency ResolutionImpossible errors can be quickly identified: 'oauthlib>=3.2.2', 'platformdirs>=4.1.0', 'requests>=2.31.0', 'requests_oauthlib>=1.3.1', 'zeroconf>=0.132.2'. This bug bit me in the HA 2024.6.1 release when the HA devs upgraded the requests dependency to 2.32.3! The System log was showing that the spotifywebapiPython library was the invalid dependency, but it was not - the REAL culprit was the requests dependency!

v1.0.46

07 Jun 19:04
Compare
Choose a tag to compare

[ 1.0.46 ] - 2024/06/07

  • Updated underlying spotifywebapiPython package requirement to version 1.0.44.

v1.0.45

06 Jun 20:20
Compare
Choose a tag to compare

[ 1.0.45 ] - 2024/06/06

  • Changed logic to access file system files via a hass.async_add_executor_job call. This fixes the issue of Detected blocking call to open inside the event loop by custom integration 'X' ... that was introduced with HA 2024.6 release.

v1.0.44

21 May 13:47
Compare
Choose a tag to compare

[ 1.0.44 ] - 2024/05/21

  • Added extra state variable: soundtouchplus_websockets_enabled. Returns true if websocket support is enabled for the device; otherwise, false if device does not support websockets or if websockets were disabled during device setup.
  • Added extra state variable: soundtouchplus_polling_enabled. Returns true if device polling is enabled; otherwise, false. Polling can be a temporary condition, in that it will be enabled if websocket support is enabled and the connection is lost and has not been re-established yet.