mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
mention helpers UI for timers (#19355)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
parent
c93a0becd3
commit
50ed2b566c
@ -17,7 +17,15 @@ When a timer finishes or gets canceled the corresponding events are fired. This
|
||||
</div>
|
||||
|
||||
## Configuration
|
||||
The preferred way to configure timer helpers is via the user interface. To add one, go to Configuration -> Helpers and click the add button; next choose the “Timer” option.
|
||||
|
||||
You can also click the following button to be redirected to the Helpers page of your Home Assistant instance.
|
||||
|
||||
{% my helpers badge %}
|
||||
|
||||
To be able to add Helpers via the user interface you should have default_config: in your configuration.yaml, it should already be there by default unless you removed it. If you removed default_config: from your configuration, you must add timer: to your configuration.yaml first, then you can use the UI.
|
||||
|
||||
Timers can also be configured via configuration.yaml:
|
||||
To add a timer to your installation, add the following to your `configuration.yaml` file:
|
||||
|
||||
```yaml
|
||||
|
Loading…
x
Reference in New Issue
Block a user