j-a-n / lovelace-wallpanel

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

can't seem to enable? #241

Open hs6666 opened 1 week ago

hs6666 commented 1 week ago

Hi, I've added the following to my dashboard (called asustab) using the raw configuration editor...

wallpanel: enabled: false # tried false and true here enabled_on_tabs:

But the dashboard continues to show with the toolbar and sidebar showing

Any ideas please?

thanks

j-a-n commented 1 week ago

Hi, enabled_on_tabs can be used to enable the wallpanel only on specific tabs (views) of a dashboard. Please omit this option and try:

wallpanel:
  enabled: true
  debug: false
  hide_toolbar: true
  hide_sidebar: true
  fullscreen: true
hs6666 commented 1 week ago

hi thanks that worked :)

have a slightly different problem now.... how do i edit a dahboards raw configuration file thats got no sidebar or toolbar now plz?

j-a-n commented 1 week ago

Please have a look at the FAQ: https://github.com/j-a-n/lovelace-wallpanel?tab=readme-ov-file#dashboard-cannot-be-edited

hs6666 commented 1 week ago

oops sorry, should have read the faq's first!

PS how do i put in a "request" please, was thinking, if there was any way to add functionality to stop the screen saver automatically when someone approaches a wall tablet, using the tablets sensors (if at all possible)

j-a-n commented 6 days ago

You can use the screensaver entity to start and stop the screensaver. Please see https://github.com/j-a-n/lovelace-wallpanel?tab=readme-ov-file#screensaver_entity for details. You can use the entity in an automation, but you will need an external sensor. Using the tablet sensors via the browser is not easy and sometimes not even technically possible.