From 4b8bd610a00e3c2182d5eacd2e23e8a4e5758aaa Mon Sep 17 00:00:00 2001 From: Jon Gilmore <7232986+JonGilmore@users.noreply.github.com> Date: Fri, 12 May 2023 21:41:25 -0500 Subject: [PATCH 1/2] docs(typo): fix small typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e9ca1f1b..3907aca4 100644 --- a/README.md +++ b/README.md @@ -317,7 +317,7 @@ cameras: #### Camera IDs: Referring to cameras in card configuration -Each camera configured in the card has a single identifier (`id`). For a given camera, this will be one of the camera {`id`, `camera_entity`, `webrtc_card.entity` or `frigate.camera_name`} parameters for that camera -- in that order of precedence. These ids may be used in conditions, dependencies or custom actions to refer to a given camera unambiguously. | +Each camera configured in the card has a single identifier (`id`). For a given camera, this will be one of the camera {`id`, `camera_entity`, `webrtc_card.entity` or `frigate.camera_name`} parameters for that camera -- in that order of precedence. These ids may be used in conditions, dependencies or custom actions to refer to a given camera unambiguously. #### Example From 430b64763c4ac96234f32569c5b42514b603dfc9 Mon Sep 17 00:00:00 2001 From: Morphy99 Date: Tue, 16 May 2023 09:10:04 +0100 Subject: [PATCH 2/2] 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.