2019-04-23 04:29:34 +00:00
|
|
|
set_datetime:
|
2021-02-23 13:10:13 +00:00
|
|
|
name: Set
|
|
|
|
description: This can be used to dynamically set the date and/or time.
|
2021-02-18 11:23:30 +00:00
|
|
|
target:
|
2019-04-23 04:29:34 +00:00
|
|
|
fields:
|
2020-04-05 08:33:45 +00:00
|
|
|
date:
|
2021-02-18 11:23:30 +00:00
|
|
|
name: Date
|
2020-08-26 09:28:30 +00:00
|
|
|
description: The target date the entity should be set to.
|
2020-04-05 08:33:45 +00:00
|
|
|
example: '"2019-04-20"'
|
2021-02-18 11:23:30 +00:00
|
|
|
selector:
|
|
|
|
text:
|
2020-04-05 08:33:45 +00:00
|
|
|
time:
|
2021-02-18 11:23:30 +00:00
|
|
|
name: Time
|
2020-08-26 09:28:30 +00:00
|
|
|
description: The target time the entity should be set to.
|
2020-04-05 08:33:45 +00:00
|
|
|
example: '"05:04:20"'
|
2021-02-18 11:23:30 +00:00
|
|
|
selector:
|
|
|
|
time:
|
2020-04-05 08:33:45 +00:00
|
|
|
datetime:
|
2021-02-18 11:23:30 +00:00
|
|
|
name: Date & Time
|
2020-08-26 09:28:30 +00:00
|
|
|
description: The target date & time the entity should be set to.
|
2020-04-05 08:33:45 +00:00
|
|
|
example: '"2019-04-20 05:04:20"'
|
2021-02-18 11:23:30 +00:00
|
|
|
selector:
|
|
|
|
text:
|
2020-08-26 09:28:30 +00:00
|
|
|
timestamp:
|
2021-02-18 11:23:30 +00:00
|
|
|
name: Timestamp
|
|
|
|
description:
|
|
|
|
The target date & time the entity should be set to as expressed by a
|
|
|
|
UNIX timestamp.
|
2020-08-26 09:28:30 +00:00
|
|
|
example: 1598027400
|
2021-02-18 11:23:30 +00:00
|
|
|
selector:
|
|
|
|
number:
|
|
|
|
min: 0
|
|
|
|
max: 9223372036854775807
|
|
|
|
mode: box
|
2019-12-07 20:24:56 +00:00
|
|
|
|
|
|
|
reload:
|
2021-02-23 13:10:13 +00:00
|
|
|
name: Reload
|
|
|
|
description: Reload the input_datetime configuration.
|