small edits (#19532)

This commit is contained in:
Marius 2021-09-30 16:28:02 +02:00 committed by GitHub
parent 79db5c461c
commit 7638ced73c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ ha_domain: input_boolean
The Input Boolean helper integration allows you to define boolean values that
can be controlled via the user interface and can be used within conditions of
automation. This can for example be used to disable or enable certain
an automation. This can for example be used to disable or enable certain
automations by using them in their conditions.
## Configuration
@ -74,14 +74,14 @@ Home Assistant itself.
### Restore State
If you set a valid value for `initial` this integration will start with state
If you set a valid value for `initial` this integration will start with the state
set to that value. Otherwise, it will restore the state it had prior to
Home Assistant stopping.
## Automation Examples
Here's an example of an automation using the above `input_boolean`. This action
will only occur if the switch is on.
will only occur if the `input_boolean` is on.
```yaml
automation: