j-a-n / lovelace-wallpanel

🖼️ Wall panel mode and photo screensaver for your Home Assistant Dashboards
GNU General Public License v3.0
429 stars 38 forks source link

Screensaver Won't Display Without True in URL After HA Core Update #254

Closed klaw333 closed 3 weeks ago

klaw333 commented 1 month ago

On v4.25.4 with 2024.6.4

After updating to 2024.6.4 the screensaver will only show if I add ?wp_enabled=true to the end of my URL. Even a very basic dashboard like below won't work without true in the url. If I revert the core update it works like normal again.

views:
  - title: test
    wallpanel:
      enabled: true
      hide_toolbar: true
      hide_sidebar: true
      fullscreen: true
      idle_time: 2
j-a-n commented 1 month ago

The wallpanel configuration must be inserted at the top:

wallpanel:
  enabled: true
  hide_toolbar: true
  hide_sidebar: true
  fullscreen: true
  idle_time: 2
views:
  - title: test
SimSla commented 1 month ago

I was having a similar issue after the HA Core Update. hide_* worked, but screensaver didn't activate at all, regardless of how I tweaked the configuration.

HACS -> Redownload solved it for me.

j-a-n commented 3 weeks ago

@klaw333 Can this issue be closed?