Releases: NiklasReiche/ad-spotify-mood-lights-sync
v1.3.1
v1.3.1 Release Notes:
Important: If you are using HACS and run AppDaemon with the Home Assistant add-on v15 or newer, you might run into issues when updating, due to directory changes in the AppDaemon add-on. joBr99/nspanel-lovelace-ui#1029 (comment) describes a way to restore the old directories so that installing and updating apps through HACS works again.
Changes
- Update readme with workaround for HACS and the AppDaemon add-on
v1.3.0 Release Notes:
New colors
The default color profile was updated to have more saturated colors. Additionally, a new profile with fully saturated colors was added. The old centered
profile is now obsolete and was removed.
Custom profiles
In case you use a custom profile, please note that due to changes in the color calculation the config for custom profiles has changed. Old configs still work for now, but may be removed in the future. Consult the readme for further details.
Changes
- Improved the old RGB color profile type by adding configurable weights for sample points
- Updated the
default
color profile - Added a new type of color profile using Hue-Saturation (HS)
- Added a new
saturated
HS color profile - Removed the
centered
color profile - Added some clarifications to readme
- Code refactorings and optimizations
v1.3.0
New colors
The default color profile was updated to have more saturated colors. Additionally, a new profile with fully saturated colors was added. The old centered
profile is now obsolete and was removed.
Custom profiles
In case you use a custom profile, please note that due to changes in the color calculation the config for custom profiles has changed. Old configs still work for now, but may be removed in the future. Consult the readme for further details.
Changes
- Improved the old RGB color profile type by adding configurable weights for sample points
- Updated the
default
color profile - Added a new type of color profile using Hue-Saturation (HS)
- Added a new
saturated
HS color profile - Removed the
centered
color profile - Added some clarifications to readme
- Code refactorings and optimizations
v1.2.0
Numpy no longer needed
This release removes the dependency on the numpy package. The app's behaviour and features are not affected by this change.
If none of your other apps depend on numpy you can safely remove the py3-numpy
/numpy
entry under system_packages
/python_packages
from your AppDaemon add-on config or otherwise uninstall numpy from your AppDaemon environment.
v1.1.2
Important
A recent update to Appdaemon might break the numpy
dependency. To circumvent the issue, you can change the Appdaemon addon configuration to include numpy
from the system packages:
system_packages:
- py3-numpy
Changes
- Updated Readme
- This release has no code changes.
v1.1.1
Changes
- Added config option for specifying the number of retries on connection errors
- Added error message when trying to use an incompatible media player in direct mode
v1.1.0
Changes
- Added support for non-spotify media players
- Improved error and log messages
- Added retry when Spotify API is not reachable
v1.0.1
Changes
- Add system dependencies to Readme.md
- Add minimal app config to Readme.md
v1.0
Change name
Alpha Test Release
v0.3-alpha Change name
Alpha Test Release
v0.2-alpha Add more app config info to README