Shutdown Switch

The shutdown switch platform allows you to shutdown your node remotely through Home Assistant. It does this by putting the node into deep sleep mode with no wakeup source selected. After enabling, the only way to startup the ESP again is by pressing the reset button or restarting the power supply.

../../_images/shutdown-ui1.png
# Example configuration entry
switch:
  - platform: shutdown
    name: "Living Room Shutdown"

Configuration variables:

See Also