Skip to content

v1.0.14

Compare
Choose a tag to compare
@thlucas1 thlucas1 released this 25 Nov 16:09
· 24 commits to master since this release

[ 1.0.14 ] - 2024/11/25

  • Non-Administrator accounts can now use the card without receiving the unauthorized message. Note that non-administrators cannot change the card configuration (as designed).
  • Changed the way calls are made to the underlying SpotifyPlus integration services. Calls are now made using the hass.callService method instead of the hass.connection.sendMessagePromise with type execute_script. This was causing all calls that returned service response data to fail with unauthorized errors.
  • Removed references to custom-card-helpers npm package, as it was outdated and is not being maintained. We will now create our own card helpers when needed.
  • Added reference to home-assistant-js-websocket version 9.4.0, as it was a dependency of custom-card-helpers npm package.