#Custom tiles are not displayed when HA is restartet.
1 messages · Page 1 of 1 (latest)
Take a look at browser_mod. It has service called browser_mod.refresh. Two ways you can use this:
- 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.
- 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.