Merge pull request #1807 from jmvermeulen/input-boolean
input_boolean supports 'input_boolean.toggle' as well.
This commit is contained in:
commit
9f3d2c714d
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