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