From c1c0a19f53fca6898e268f56b1476c2bc281ce8d Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 1 Nov 2023 15:40:30 +0100 Subject: [PATCH] 2023.11: Finalize restarting into safemode --- .../_posts/2023-11-01-release-202311.markdown | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/source/_posts/2023-11-01-release-202311.markdown b/source/_posts/2023-11-01-release-202311.markdown index 47f4c18daf4..059e6c39c9a 100644 --- a/source/_posts/2023-11-01-release-202311.markdown +++ b/source/_posts/2023-11-01-release-202311.markdown @@ -51,7 +51,7 @@ Enjoy the release! - [Matter 1.2 is here!](#matter-12-is-here) - [Custom date ranges in the energy dashboard!](#custom-date-ranges-in-the-energy-dashboard) - [New conditions for the conditional card](#new-conditions-for-the-conditional-card) -- [Restart in safe mode](#restart-in-safe-mode) +- [Restarting into safe mode](#restarting-into-safe-mode) - [Set up Improv devices, directly from Home Assistant!](#set-up-improv-devices-directly-from-home-assistant) - [Configuring script fields for your script in the UI](#configuring-script-fields-for-your-script-in-the-ui) - [Country selector](#country-selector) @@ -222,17 +222,20 @@ desktop or tablet, and hide them when viewing Home Assistant on a mobile device. Screenshot showing the configuration dialog of the conditional card, which you can now configure an numeric condition on when to show the card. -## Restart in safe mode +## Restarting into safe mode -You can now restart Home Assistant in safe mode. This will disable all custom -integrations and custom dashboard resources. +You can now restart Home Assistant in safe mode. This mode will disable all +custom integrations and custom frontend resources (for example, custom cards +and themes). -This is useful if you are experiencing issues with Home Assistant and want to -rule out custom integrations or custom dashboard resources as the cause. +It is useful if you are experiencing issues with your Home Assistant and want to +quickly rule out custom integrations or custom dashboard resources as the cause +of these issues. Screenshot showing the restart dialog, which now provides a new option: Restart Home Assistant in safe mode. -Want to get out of safe mode again? Just restart Home Assistant one more time. +Want to get out of safe mode again? Just restart Home Assistant one more time, +and everything will be back to normal. This is helpful! Thanks, [@emontnemery]!