1
0
mirror of https://github.com/home-assistant/core.git synced 2026-06-04 06:34:28 +01:00
Files
core/homeassistant/components/timer/services.yaml
T
2021-02-23 14:10:13 +01:00

29 lines
477 B
YAML

# Describes the format for available timer services
start:
name: Start
description: Start a timer
target:
fields:
duration:
description: Duration the timer requires to finish. [optional]
default: 0
example: "00:01:00 or 60"
selector:
text:
pause:
name: Pause
description: Pause a timer.
target:
cancel:
name: Cancel
description: Cancel a timer.
target:
finish:
name: Finish
description: Finish a timer.
target: