mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +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:
|
||||
description: Sets the initial state for automations, `on` or `off`.
|
||||
required: false
|
||||
type: string
|
||||
type: boolean
|
||||
default: None
|
||||
{% endconfiguration %}
|
||||
|
||||
#### Device Class
|
||||
|
Loading…
x
Reference in New Issue
Block a user