mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-27 11:16:54 +00:00
Fix initial_state type (#14273)
Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
parent
455940d23f
commit
426f6e2c6e
@ -61,7 +61,8 @@ unit_of_measurement:
|
|||||||
initial_state:
|
initial_state:
|
||||||
description: Sets the initial state for automations, `on` or `off`.
|
description: Sets the initial state for automations, `on` or `off`.
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: boolean
|
||||||
|
default: None
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
#### Device Class
|
#### Device Class
|
||||||
|
Loading…
x
Reference in New Issue
Block a user