#Custom tiles are not displayed when HA is restartet.

1 messages · Page 1 of 1 (latest)

scenic marlin
#

I have a screen in the kitchen (RPi) that displays a dashboard all day long. But sometime the custom tiles are no longer displayed (error). The only way to fix this would be to reload, but the dashboard runs in kiosk mode and I have no real control. Is there an action avialable to reload the page in HA?

mellow jasper
#

Take a look at browser_mod. It has service called browser_mod.refresh. Two ways you can use this:

  1. As a button on your dashboard to refresh the dashboard. Consider setting it as a hold_action for one of your buttons instead of a dedicated button for the action.
  2. After registering the browser with browser_mod, you can use the service in an automation to refresh that specific device. Perhaps an hourly update or a voice command could be used to trigger the automation.