input_boolean supports 'input_boolean.toggle' as well.
This commit is contained in:
parent
d5d7a1967c
commit
7ef569b3c4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue