Loving this hack, I deleted all my work for make a screensaver on my raspberry.
But I have 2 thing to control.
1 is a little bug, I have a picture element large as like a raspberry screen, now the image as a little blink because it try to stay fit to the monitor. I think because with Wallpanel extension there is a little white line at the bottom of the screen.
2 I want in the night turn off the screen.
I use profile for turn blank the screen at 23.00, but I canāt call an automation that turn off my raspberry screen.
It can be utility an Boolean entity that turn on when the screensaver turn on, only for certain profiles
Thanks
I used gphotos-sync to sync an album I created in Google Photos to a local media directory on my HA device.
You have to go through the process of setting up Google oauth if you havenāt done it previously. The set up was kind of buggy (known issue with the authorization process in the repo issues). After installing gphotos-sync, I got stuck at generating the token needed for the actual syncing, so I had to also install it on a separate computer, finish the authorization there, and then copy the gphotos_sync.token file over to my HA device. Once I did that I was able to sync the photos from the specific album I created. I set the directory the album was synced to as my local media_dirs in my configuration.yaml. Now I can add photos to the album in Google Photos, then run the sync locally and theyāll show up in the screensaver slideshow.
I havenāt yet set up a job to update it on a schedule, but Iāll get around to that eventually.
New here tho ty!
i really could have some help on this
You can create an input_boolean helper in HA and set screensaver_entity to this entity id. When the screensaver starts this input_boolean will be set to on and to off when the screensaver stops. It is also possible to start and stop the screensaver by changing this input_boolean.
Iāve had this working for a while now and it has its own dashboard. Iām trying to get to Raw Configuration Editor but the 3 dots in the top right only appear very briefly before WallPanel kicks in and they disappear.
thanks for this great integration. I like it and feel like this is the perfect thing for what I have in mind. However, I run into a small problem. I added the code to the raw config of the dashboard. If I go to the dashboard I know it works because it goes into full screen mode. However, it doesnāt hide the toolbar and sidebar. I tried a link in a browser with the appendix ?wp_enabled=true. That works. However, I want to use it in the application and over there it only goes into full screen instead of hiding the bars. What am I doing wrong?
Iāve been playing around with this addon and absolutely love it. I hid the sidebar and toolbar, but I was wondering how you guys navigate between tabs if you too, did this. I thought about copying part of the home dashboard and add some chips to navigate back. I also found a custom sidebar addon, but I thought maybe Iād find some inspiration here.