Skip to content

Releases: ericmatte/ad-media-lights-sync

v1.2.0

05 Jan 03:30
72f04ab
Compare
Choose a tag to compare

What's Changed

Template condition are now possible like so:

condition:
  value_template: "{{ is_state('sun.sun', 'below_horizon') and ... }}"

Full Changelog: v1.1.0...v1.2.0

v1.1.0

12 Feb 20:45
f553188
Compare
Choose a tag to compare

Changes

  • #50 Add support for color temp when resetting
  • #48 Add verify_cert option to bypass certificate validation on HA Url
  • #46 Improve AppDaemon with Docker setup

v1.0.0

23 Feb 04:08
3851157
Compare
Choose a tag to compare

Media Player Lights Sync is now in v1 🎉

This release does not bring any new features.

However, the app is now fully tested on every new builds and pull requests.
Plus, the documentation has been updated to allow easier contribution to the project.

So I now feel that the project has reached its initial goal and that the tests ensure the robustness of it, hence the bump to v1.

v0.7.1

23 Feb 03:38
f09e27b
Compare
Choose a tag to compare

Fix

  • Fix #38 Error when receiving new RGBA picture (introduced in v0.7.0)

v0.7.0

21 Feb 01:08
56edb33
Compare
Choose a tag to compare

Changes

  • #36 Add quantization_method option
    • This allow to choose how the colors palette is extracted based on your own preferences
  • 5b3e71f Fix colors not resetting when restarting the same song
  • 5c86d86 Gracefully handle HTTP request errors

v0.6.0

02 Jan 19:15
Compare
Choose a tag to compare

Changes

  • 9d59b88 Allow listening to multiple media_player
  • e521d95 Remove "photo_attribute" option for easier app configuration
    • Hardcode entity_picture and entity_picture_local for listeners
  • 26f9071 Skip callback if picture was already changed
    • This prevents downloading image online from entity_picture when the image is already available locally on entity_picture_local
  • 499a027 Add feature to reset lights after turning off a media_player
  • 09932db Add clearer AppDaemon logs
  • 59c4aad Update README.md

v0.5.0

06 Nov 02:35
254980c
Compare
Choose a tag to compare
  • Add light transition option (#19)

v0.4.0

25 Aug 00:34
a4dba64
Compare
Choose a tag to compare
  • Add option use_saturated_colors to increase colors saturation (#14)

v0.3.4

24 Aug 23:35
b7bad18
Compare
Choose a tag to compare
  • Update dependencies in README.md

v0.3.3

22 Jul 00:28
d744b88
Compare
Choose a tag to compare
  • Fix Failed installing package python3-dev (#11)