j-a-n / lovelace-wallpanel

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

enabled on tabs does not work #280

Open forfeitjunk opened 2 weeks ago

forfeitjunk commented 2 weeks ago

This is my config below

once I use the enabled_on_tabs function the screensaver does not start.

views:
  - title: Home
wallpanel:
  enabled: true
  enabled_on_tabs:
    - default_view
  debug: false
  hide_toolbar: true
  hide_sidebar: true
  fullscreen: false
  idle_time: 10
  screensaver_stop_navigation_path: /lovelace/default_view
  image_url: media-source://media_source
  image_fit: cover
Smart86 commented 1 week ago

Maybe the code is just formatted incorrectly? It looks like this for me:

image

Wallpanel is the Titel Name of the tab: image

j-a-n commented 1 week ago

Hi! With your config, the screensaver should start on all views of the dashboard, except on the view with the path default_view. What views are there?