mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +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
|
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
|
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.
|
automations by using them in their conditions.
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
@ -74,14 +74,14 @@ Home Assistant itself.
|
|||||||
|
|
||||||
### Restore State
|
### 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
|
set to that value. Otherwise, it will restore the state it had prior to
|
||||||
Home Assistant stopping.
|
Home Assistant stopping.
|
||||||
|
|
||||||
## Automation Examples
|
## Automation Examples
|
||||||
|
|
||||||
Here's an example of an automation using the above `input_boolean`. This action
|
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
|
```yaml
|
||||||
automation:
|
automation:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user