From 343515e14d2e3b074e7b954e492a0e57aefcf98a Mon Sep 17 00:00:00 2001 From: Dermot Duffy Date: Sat, 26 Feb 2022 16:28:15 -0800 Subject: [PATCH 1/2] Add iOS refresh instructions to README. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index df42745b..8bc6303c 100644 --- a/README.md +++ b/README.md @@ -1377,6 +1377,13 @@ live: videoBufferSize: 41943040 ``` +### Home Assistant iOS App not updating after card version change + +Try reseting the app frontend cache: + +* Navigate to 'iOS app settings' in the app. +* Choose 'Reset frontend cache'. + ## Development ### Building From 5142822ee8e43f9e82539415879477d057e1e779 Mon Sep 17 00:00:00 2001 From: Dermot Duffy Date: Sat, 26 Feb 2022 21:44:00 -0800 Subject: [PATCH 2/2] Hone the instructions. --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8bc6303c..9a84d32a 100644 --- a/README.md +++ b/README.md @@ -1379,10 +1379,9 @@ live: ### Home Assistant iOS App not updating after card version change -Try reseting the app frontend cache: +Try resetting the app frontend cache: -* Navigate to 'iOS app settings' in the app. -* Choose 'Reset frontend cache'. +* `Configuration -> Companion App -> Debugging -> Reset frontend cache` ## Development