Fix copy/paste error in turn_off_action (#113)

This commit is contained in:
wutr 2019-01-02 14:39:46 +00:00 committed by Otto Winter
parent 099ba374fb
commit a54ad5c291

View File

@ -47,7 +47,7 @@ Configuration variables:
- **turn_on_action** (*Optional*, :ref:`Action <config-action>`): The action that should
be performed when the remote (like Home Assistant's frontend) requests the switch to be turned on.
- **turn_off_action** (*Optional*, :ref:`Action <config-action>`): The action that should
be performed when the remote (like Home Assistant's frontend) requests the switch to be turned on.
be performed when the remote (like Home Assistant's frontend) requests the switch to be turned off.
- **restore_state** (*Optional*, boolean): Sets whether esphomelib should attempt to restore the
state on boot-up and call the turn on/off actions with the recovered values. Defaults to ``yes``.
- **id** (*Optional*, :ref:`config-id`): Manually specify the ID used for code generation.