Villhellm / lovelace-animated-background

Animated backgrounds for lovelace
191 stars 60 forks source link

no longer shows backgrounds #15

Closed garywilson4 closed 4 years ago

garywilson4 commented 4 years ago

since updating to "d0699ca" home assistant 0.109.2 the backgrounds no longer load if i set my background opacity to a low number the backgrounds show but the configuration pages and development pages are awful. it worked fine pre this update

animated_background:
  default_url: /hacsfiles/lovelace-animated-background/background-animations/sunny.html
  entity: weather.forecast
  state_url:
    clear-night: /hacsfiles/lovelace-animated-background/background-animations/night.html
    cloudy: /hacsfiles/lovelace-animated-background/background-animations/cloudy.html
    fog: /hacsfiles/lovelace-animated-background/background-animations/fog.html
    mostlycloudy: >-
      /hacsfiles/lovelace-animated-background/background-animations/mostlycloudy.html
    partlycloudy: /hacsfiles/lovelace-animated-background/background-animations/cloudy.html
    sunny: /hacsfiles/lovelace-animated-background/background-animations/sunny.html

Screenshot_1

Villhellm commented 4 years ago

I'm sorry, I was trying to fix cases in which some views have a background set and some don't. I ended up breaking everything. I'll come back to that concept later, but please try the latest update for a fix to your current problem.

garywilson4 commented 4 years ago

Thanks for the update works great again now great job 👍🏻