From c56b23167943fd2eba2e8ec6440e04b1fa471574 Mon Sep 17 00:00:00 2001 From: Jeff <52110065+jazzmonger@users.noreply.github.com> Date: Tue, 7 Mar 2023 01:16:24 -0700 Subject: [PATCH] Update safe_mode.rst (#2713) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update safe_mode.rst * Update safe_mode.rst --------- Co-authored-by: H. Árkosi Róbert --- components/switch/safe_mode.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/components/switch/safe_mode.rst b/components/switch/safe_mode.rst index 73ae6384a..2f4ec695f 100644 --- a/components/switch/safe_mode.rst +++ b/components/switch/safe_mode.rst @@ -5,8 +5,7 @@ Safe Mode Switch :description: Instructions for setting up switches that can remotely reboot the ESP in ESPHome into safe mode. :image: restart.svg -The ``safe_mode`` switch allows you to remotely reboot your node into :ref:`Safe Mode `. This is useful in certain situations -where a misbehaving component is preventing Over-The-Air updates from completing successfully. +The ``safe_mode`` switch allows you to remotely reboot your node into :ref:`Safe Mode `. This is useful in certain situations where a misbehaving component, or low memoary state is preventing Over-The-Air updates from completing successfully. This component requires :ref:`OTA ` to be configured.