Merge pull request #1807 from jmvermeulen/input-boolean

input_boolean supports 'input_boolean.toggle' as well.
This commit is contained in:
Daniel Høyer Iversen 2017-01-18 10:23:13 +01:00 committed by GitHub
commit 9f3d2c714d

View File

@ -51,7 +51,7 @@ automation:
message: "Honey, I'm home!"
```
You can also set or change the status of an `input_boolean` by using `input_boolean.turn_on` and `input_boolean.turn_off` in your automations.
You can also set or change the status of an `input_boolean` by using `input_boolean.turn_on`, `input_boolean.turn_off` or `input_boolean.toggle` in your automations.
```yaml
- service: input_boolean.turn_on