Skip to content

Commit

Permalink
FAQ: fixed location of re-add when unavailable (#3650)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevireilly authored Feb 28, 2024
1 parent eb3cfff commit 89f7224
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/deep_sleep.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ to wake up on any RTC pin (``GPIO0``, ``GPIO2``, ``GPIO4``, ``GPIO12``, ``GPIO13
While in deep sleep mode, the node will not do any work and not respond to any network traffic,
even Over The Air updates. If the device's entities are appearing as **Unavailable** while your device is actively
sleeping, this component was likely added after the device was added to Home Assistant. To prevent this behavior,
you can remove and re-add the device within ESPHome.
you can remove and re-add the device in Home Assistant.

.. code-block:: yaml
Expand Down
2 changes: 1 addition & 1 deletion guides/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ Why do entities show as Unavailable during deep sleep?

The :doc:`Deep Sleep </components/deep_sleep>` component needs to be present within the config when the device
is first added to Home Assistant. To prevent entities from appearing as Unavailable, you can remove and re-add the
device within ESPHome.
device in Home Assistant.

See Also
--------
Expand Down

0 comments on commit 89f7224

Please sign in to comment.