mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Update input_boolean.markdown: remove default value for "initial" (#36030)
This commit is contained in:
parent
600240de6f
commit
fdd9b837ee
@ -46,7 +46,7 @@ Input booleans can also be configured via {% term "`configuration.yaml`" %} file
|
||||
description: Initial value when Home Assistant starts.
|
||||
required: false
|
||||
type: boolean
|
||||
default: false
|
||||
default: a previous value is restored if available
|
||||
icon:
|
||||
description: Icon to display in front of the input element in the frontend.
|
||||
required: false
|
||||
@ -78,7 +78,7 @@ Home Assistant itself.
|
||||
|
||||
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.
|
||||
Home Assistant stopping; if there is no state to restore - an `off` value is set.
|
||||
|
||||
## Automation examples
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user