From 483f26dd9337ade8a0c5fe8e6b0accc1c39bae0d Mon Sep 17 00:00:00 2001 From: David Martin <51385971+3ative@users.noreply.github.com> Date: Sat, 25 Jan 2025 07:40:00 +0000 Subject: [PATCH] Update max17043.rst added "out" --- components/sensor/max17043.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/sensor/max17043.rst b/components/sensor/max17043.rst index 3b8af7addb..cec367762c 100644 --- a/components/sensor/max17043.rst +++ b/components/sensor/max17043.rst @@ -94,7 +94,7 @@ For example: Once you have called the ``sleep_mode()`` action, the MAX17043 will stop recalculating the voltage and battery level. Hence, if you leave the ESP running it will continue to publish the sensor values with the *last* measurements. - The only way to come of sleep mode is to restart the device (either as intended via deep sleep wake; or less ideally with a power cycle). + The only way to come out of sleep mode is to restart the device (either as intended via deep sleep wake; or less ideally with a power cycle). So, only call ``sleep_mode()`` when you intend to send the ESP into deep sleep.