Skip to content

Commit 9f3d2c7

Browse files
Merge pull request home-assistant#1807 from jmvermeulen/input-boolean
input_boolean supports 'input_boolean.toggle' as well.
2 parents 133a62b + 7ef569b commit 9f3d2c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_components/input_boolean.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ automation:
5151
message: "Honey, I'm home!"
5252
```
5353

54-
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.
54+
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.
5555

5656
```yaml
5757
- service: input_boolean.turn_on

0 commit comments

Comments
 (0)