v1.0.14
[ 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 thehass.connection.sendMessagePromise
with typeexecute_script
. This was causing all calls that returned service response data to fail withunauthorized
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 ofcustom-card-helpers
npm package.