Issue: need to perform a browser reload including the cache on a kiosk display where I don’t normally have a keyboard attached and would like to just use a button on the screen to perform a browser reload including the cache.
Can browser_mod perform a browser reload including cache ? or as an alternative is there any system menu option/process that could force a cache reload on the dashboard via the menus on a touchscreen (without using a keyboard)
example of issues where I would like a button card to perform the equivalent of a Ctrl F5
- Weather chart card not showing the temperature detail
- Updating HA to a new core version and HACS cards show error
I have the browser mod 2 installed and working with a button performing a browser_mod:refresh but this apparently does not do the cache reload. I have hooked a keyboard up and a Ctrl F5 does do what I want, now just trying to figure out how to get that effect with a button on the display.
HA Core 2024.9.1 running on raspberry pi
supervisor 2024.09.1
OS 13.1
Frontend 20240906.0
browser_mod 2
Kiosk display running on a touch monitor with a raspberry pi with no keyboard attached that I would like a button to perform Ctrl F5
thanks for any help -