esphome-docs/components/switch/restart.rst
Otto Winter 9d6c814991
Remove disqus
They started injecting ads :(
2019-03-24 14:54:58 +01:00

36 lines
834 B
ReStructuredText

Restart Switch
==============
.. seo::
:description: Instructions for setting up switches that can remotely reboot the ESP in ESPHome.
:image: restart.png
The ``restart`` switch platform allows you to restart your node remotely
through Home Assistant.
.. figure:: images/restart-ui.png
:align: center
:width: 80.0%
.. code-block:: yaml
# Example configuration entry
switch:
- platform: restart
name: "Living Room Restart"
Configuration variables:
------------------------
- **name** (**Required**, string): The name for the switch.
- **id** (*Optional*, :ref:`config-id`): Manually specify the ID used for code generation.
- All other options from :ref:`Switch <config-switch>`.
See Also
--------
- :doc:`shutdown`
- :doc:`template`
- :apiref:`switch_/restart_switch.h`
- :ghedit:`Edit`