mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 08:46:51 +00:00
small edits (#19532)
This commit is contained in:
parent
79db5c461c
commit
7638ced73c
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user