How to turn off caching a panel in home assistant?

I’ve been able to clear the cache using the following steps:

  1. Enable remote WebView debugging in the app settings
  2. Enable USB debugging in the Android settings
  3. Connect with a USB to PC
  4. Download and install Chrome web browser on the PC
  5. Navigate to chrome://inspect URL
  6. Open the companion app on the phone again
  7. Connect (aka inspect) to the webpage
  8. In the Application tabs of the chrome Dev tools find the Service Worker and unregister it
  9. Refresh the webpage using the refresh button in the top left corner of Chrome
  10. Uninstall and delete the Chrome web browser (optional)
4 Likes