mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Tweak input_datetime documentation (#16968)
This commit is contained in:
parent
d51b254bb2
commit
23774f95f3
@ -52,12 +52,12 @@ input_datetime:
|
||||
required: false
|
||||
type: string
|
||||
has_time:
|
||||
description: Set to `true` if the input should have a time. At least one `has_time` or `has_date` must be defined.
|
||||
description: Set to `true` if the input should have a time. At least one of `has_time` or `has_date` must be defined.
|
||||
required: false
|
||||
type: boolean
|
||||
default: false
|
||||
has_date:
|
||||
description: Set to `true` if the input should have a date. At least one `has_time` or `has_date` must be defined.
|
||||
description: Set to `true` if the input should have a date. At least one of `has_time` or `has_date` must be defined.
|
||||
required: false
|
||||
type: boolean
|
||||
default: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user