2017-11-05 12:51:52 +00:00
|
|
|
# Describes the format for available timer services
|
|
|
|
|
2017-11-01 03:20:56 +00:00
|
|
|
start:
|
2021-02-23 13:10:13 +00:00
|
|
|
name: Start
|
2021-02-18 15:54:20 +00:00
|
|
|
description: Start a timer
|
|
|
|
target:
|
2021-05-17 12:06:50 +00:00
|
|
|
entity:
|
|
|
|
domain: timer
|
2017-11-01 03:20:56 +00:00
|
|
|
fields:
|
|
|
|
duration:
|
|
|
|
description: Duration the timer requires to finish. [optional]
|
2021-02-18 15:54:20 +00:00
|
|
|
default: 0
|
2020-04-05 08:33:45 +00:00
|
|
|
example: "00:01:00 or 60"
|
2021-02-18 15:54:20 +00:00
|
|
|
selector:
|
|
|
|
text:
|
2017-11-01 03:20:56 +00:00
|
|
|
|
|
|
|
pause:
|
2021-02-23 13:10:13 +00:00
|
|
|
name: Pause
|
|
|
|
description: Pause a timer.
|
2021-02-18 15:54:20 +00:00
|
|
|
target:
|
2021-05-17 12:06:50 +00:00
|
|
|
entity:
|
|
|
|
domain: timer
|
2017-11-01 03:20:56 +00:00
|
|
|
|
|
|
|
cancel:
|
2021-02-23 13:10:13 +00:00
|
|
|
name: Cancel
|
|
|
|
description: Cancel a timer.
|
2021-02-18 15:54:20 +00:00
|
|
|
target:
|
2021-05-17 12:06:50 +00:00
|
|
|
entity:
|
|
|
|
domain: timer
|
2017-11-01 03:20:56 +00:00
|
|
|
|
|
|
|
finish:
|
2021-02-23 13:10:13 +00:00
|
|
|
name: Finish
|
|
|
|
description: Finish a timer.
|
2021-02-18 15:54:20 +00:00
|
|
|
target:
|
2021-05-17 12:06:50 +00:00
|
|
|
entity:
|
|
|
|
domain: timer
|