input_boolean supports 'input_boolean.toggle' as well.

This commit is contained in:
jmvermeulen 2017-01-17 22:52:37 +01:00 committed by jmvermeulen
parent d5d7a1967c
commit 7ef569b3c4

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