mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 00:06:51 +00:00
Merge pull request #1807 from jmvermeulen/input-boolean
input_boolean supports 'input_boolean.toggle' as well.
This commit is contained in:
commit
9f3d2c714d
@ -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…
x
Reference in New Issue
Block a user