Ad Media Lights Sync Versions Save

💡 AppDaemon App that synchronize RGB lights with the thumbnail of a media player in Home Assistant. Be sure to ⭐️ my repo!

v1.2.0

1 year ago

What's Changed

Template condition are now possible like so:

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

Full Changelog: https://github.com/ericmatte/ad-media-lights-sync/compare/v1.1.0...v1.2.0

v1.1.0

2 years ago

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

3 years ago

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

3 years ago

Fix

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

v0.7.0

3 years ago

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

3 years ago

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

3 years ago
  • Add light transition option (#19)

v0.4.0

3 years ago
  • Add option use_saturated_colors to increase colors saturation (#14)

v0.3.4

3 years ago
  • Update dependencies in README.md

v0.3.3

3 years ago