From 67115d65517ee4c71243a71705addf23d8be5445 Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Tue, 11 Aug 2020 10:48:52 +0000 Subject: [PATCH] Add list of possible states to description about timers (#14203) --- source/_integrations/timer.markdown | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/source/_integrations/timer.markdown b/source/_integrations/timer.markdown index 6df5a78919a..2595218159a 100644 --- a/source/_integrations/timer.markdown +++ b/source/_integrations/timer.markdown @@ -50,6 +50,14 @@ timer: Pick an icon that you can find on [materialdesignicons.com](https://materialdesignicons.com/) to use for your timer and prefix the name with `mdi:`. For example `mdi:car`, `mdi:ambulance`, or `mdi:motorbike`. +## Possible States + +| State | Description | +| ----- | ----------- | +| `idle` | Timer is idle because the timer finished, was canceled or was never started | +| `active` | Timer is currently running because it was (re-)started | +| `paused` | Timer is paused because it was paused | + ## Events | Event | Description |