From b3ada55584780cdac4c8d1c37e3c7b8474561a68 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sat, 16 Jan 2021 22:34:15 +0100 Subject: [PATCH] Mention Python 3.7 in bulletin (#16201) --- source/_posts/2021-01-14-security-bulletin.markdown | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/source/_posts/2021-01-14-security-bulletin.markdown b/source/_posts/2021-01-14-security-bulletin.markdown index e0838198e33..c82d8c9a169 100644 --- a/source/_posts/2021-01-14-security-bulletin.markdown +++ b/source/_posts/2021-01-14-security-bulletin.markdown @@ -19,14 +19,15 @@ The latest version of Home Assistant Core has extra protection to help secure yo **Update your Home Assistant instance as soon as possible.** -To update Home Assistant, click on the Supervisor menu item to see if an update to 2021.1.3 (or newer) is available. If you do not see such an update yet, in the Supervisor, click on the System tab and click the “Reload” button at the bottom of the Supervisor card. After reloading the update should become available. - -If you don’t have the Supervisor menu item, follow the [update instructions](/docs/installation/updating/). +To update Home Assistant, click on the Supervisor menu item to see if an update to 2021.1.3 (or newer) is available. If you don’t have the Supervisor menu item, follow the [update instructions](/docs/installation/updating/). Home Assistant 2021.1.3 is still compatible with Python 3.7 and an upgrade is possible. **If you cannot update Home Assistant at this time, we strongly advise you to disable all custom integrations.** You can disable your custom integrations by renaming the `custom_components` folder inside your Home Assistant configuration folder to something else. Please be sure to restart Home Assistant after you’ve renamed it. If you need additional help with upgrading, we are happy to help you out on our [Discord chat](/join-chat/) server. +We will provide more details about impacted custom integrations in the future. + Paulus **Edit: 15 January 2021**: Blog post updated to state 2021.1.3, which added some additional checks. +**Edit: 16 January 2021**: Blog post updated to remove supervisor reload instructions, as latest version is now generally available. Added note that Python 3.7 is still supported.