mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 01:06:52 +00:00
Add list of possible states to description about timers (#14203)
This commit is contained in:
parent
0a83f02893
commit
67115d6551
@ -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 |
|
||||
|
Loading…
x
Reference in New Issue
Block a user