From 430b64763c4ac96234f32569c5b42514b603dfc9 Mon Sep 17 00:00:00 2001 From: Morphy99 Date: Tue, 16 May 2023 09:10:04 +0100 Subject: [PATCH] Update README.md Added some troubleshooting for Chrome as I've had this before with the cache not getting reset on how you'd expect in site settings. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 3907aca4..dc995017 100644 --- a/README.md +++ b/README.md @@ -3811,6 +3811,12 @@ Try resetting the app frontend cache: * `Configuration -> Companion App -> Debugging -> Reset frontend cache` +### Chrome does not update card version after upgrade + +When upgrading the card it's recommended to reset the frontend cache. Sometimes clearing site data in Chrome settings isn't enough. + +* Press F12 to display `Dev Console` in Chrome then right click on the refresh icon and select `Empty Cache and Hard Reload` + ### Casting to a remote media player does not work This could be for any number of reasons. Chromecast devices can be quite picky on network, DNS and certificate issues, as well as audio and video codecs. Check your Home Assistant log as there may be more information in there.