j-a-n / lovelace-wallpanel

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

enabled_on_tabs does not work as expected #302

Open Adesfire opened 3 weeks ago

Adesfire commented 3 weeks ago

Hi there, I am trying to setup the last version of Wallpanel on the latest version of HA :)

Doing so, I wanted to limit this feature to only one view, called phone. For that I use the following code:

wallpanel:
  enabled: true
  enabled_on_tabs:
    - Phone
  debug: false
  hide_toolbar: true
  hide_sidebar: true
  fullscreen: true
views:
[...]
- title: Phone
    path: phone
    type: sections
    max_columns: 1
    sections:

However, as soon as I save my change, the browser goes fullscreen whatever the tabs I am on... Did I do something stupid, instructions seems crystal clear though...

Any help is appreciated!

j-a-n commented 2 weeks ago

Hello! The full screen is currently activated directly when the wallpanel becomes active. The setting enabled_on_tabs has no effect on the handling of the full screen.