For those who are looking for fullscreen images on HADash, I made a little hack.You just need to add short code to variables.yaml in your skin definiton folder.
You can set two options:
// set timeout in sec to auto hide fullscreen mode, 0 to stay untill you click again
ihRetainTimeout = 30,
// based on widget name (be carefull as non alfa letters are replaced with '-'; leave empty [] for all images with 'img-frame' class
ihIdKeywords = ['cam', 'radar'];
Can you explain more? Do I need both files (variables.yaml and fullcode.js) located in the appdaemon folder somewhere? I’m running HassOS with the AD add-on and I only have the following folders in my config directory.
that way you can check for motion from any sensor, or a door opening or any event and automaticly all your dashboards will show the chosen dashboard for a chosen amount of time.
Thanks, that might be even easier. Strangely, I had already created a dash button to give me a fullscreen image so I don’t know why I didn’t think of using a HA automation to call that.
For some reason, you can still activate the widgets that are behind the fullsize image. It’s as if the image is not fullscreen (even though it visually is).
i didnt look at this very old hack.
i guess youll need to change the hack to get the result you want.
a better solution would be to create a dashboard with a fullscreen image and then navigate to that.
or use 1 of the custom camera widgets that are on the forum.
This is unfortunately the most streamline solution available. Navigating to another dashboard is tedious an un-intuitive, and the custom widgets available only work when cameras are added to HA. Using Blueiris, I find it is much more resource effective to simply use an iframe from a currently running window.
I have 9 heavily used tablets around the house, so it’s important to optimize the user experience. This can be difficult with Hadashboard, but I still find it to be the best solution available.
then modify your own iframe widget so that it navigates to another dashboard (combine iframe code with navigate code)
for the user it would look the same, but there would be no widgets on the background.
then i am afraid you are stuck with this hack for now.
allthough i still would chose for a navigate button below the images.
if you change the colors from the widget and chose the title right, every user would get used to it fast enough.
you could even chose to go full creative and use a dashboard in an iframe to make the button very special.