Releases: ericmatte/ad-media-lights-sync
Releases · ericmatte/ad-media-lights-sync
v1.2.0
What's Changed
- Skip pure black color change for RGB lights by @ericmatte in #60
- Add template condition by @ericmatte in #61
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
v1.0.0
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
v0.7.0
v0.6.0
Changes
- 9d59b88 Allow listening to multiple media_player
- e521d95 Remove
"photo_attribute"
option for easier app configuration- Hardcode
entity_picture
andentity_picture_local
for listeners
- Hardcode
- 26f9071 Skip callback if picture was already changed
- This prevents downloading image online from
entity_picture
when the image is already available locally onentity_picture_local
- This prevents downloading image online from
- 499a027 Add feature to reset lights after turning off a
media_player
- 09932db Add clearer AppDaemon logs
- 59c4aad Update README.md