Skip to content

Releases: Villhellm/lovelace-animated-background

non-compliant browser fix

31 Jul 15:59
Compare
Choose a tag to compare

Fully Fix Test 2

07 Jul 22:27
Compare
Choose a tag to compare
Fully Fix Test 2 Pre-release
Pre-release
v0.6.2-beta-2

second test

Fully Browser Fix Test

07 Jul 20:58
Compare
Choose a tag to compare
Pre-release
v0.6.2-beta

View_Layout null checks

Background CSS option added

27 May 00:53
Compare
Choose a tag to compare

Small feature addition

Regular images are now supported

11 May 04:38
Compare
Choose a tag to compare

If you don't want a video you can simply define an image url for a still image background.

Bad config should restore lovelace theme backround

08 May 15:09
Compare
Choose a tag to compare

This should fix the issue of a white background if your config is not complete or missing an entity state. Let me know if you have any edge cases that the fix didn't catch.

iOS pre 13.4 bug fix

07 May 21:16
Compare
Choose a tag to compare
iOS pre 13.4 bug fix Pre-release
Pre-release

This fix is mostly just for myself, but also to anyone using iOS pre 13.4.

No More HTML files!

07 May 18:59
Compare
Choose a tag to compare

MAJOR BREAKING CHANGES IF YOU ARE COMING FROM A PREVIOUS VERSION

This will be the final feature update for a while. I've been meaning to do this for a while, but just got the motivation to get it done.

There will be no more ambiguity on where the video files are coming from. Now instead of the previously provided default html files, you will instead define the video url directly. No more editing html for your own videos required 🎉

You can use videos placed in you config>www folder by defining the url with /local/your-video.mp4. This will have the added benefit of speeding up load times as you will not have to rely on external servers.

I have updated all the README examples with the new configuration format. If you use the example weather configuration it will function identically to the way the previous example functioned.

While this is the last major feature update I plan on doing for the foreseeable future (although that could change tomorrow, I'm enjoying working on this project) I will still be working on fixes for any bugs that may come up. So make sure to submit an issue if you run into trouble.

Bug fixes and optimizations

07 May 00:37
Compare
Choose a tag to compare

I know, a very generic release title, but these are some major optimizations. Stability should be better across all kinds of configs and switching rapidly between views/dashboards.

Minor html file feature added

06 May 05:31
Compare
Choose a tag to compare

Added the ability to limit html files to a single video, check the bottom of the README for instructions