Merge branch 'current' into next

This commit is contained in:
Fabian Affolter 2017-10-22 00:57:29 +02:00
commit 00e221b4d1
No known key found for this signature in database
GPG key ID: DDF3D6F44AAB1336
12 changed files with 727 additions and 136 deletions

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.