Very small wording improvement (#3695)

This commit is contained in:
Max Rumpf 2017-10-21 13:36:50 +02:00 committed by Fabian Affolter
parent 2b963d62c4
commit 89e692c7c7

View File

@ -40,5 +40,5 @@ Configuration variables:
- **command_on** (*Required*): Command to turn device on.
- **command_off** (*Required*): Command to turn device off.
- **command_state** (*Required*): Command to determine the state of the switch. If not defined the switch will assume successful state changes.
- **value_template** (*Required*): The template evaluating to `true` will indicate the switch is on.
- **value_template** (*Required*): The template evaluating to `true` will indicate that the switch is on.
- **name** (*Optional*): The name used to display the switch in the frontend.