mention helpers UI for timers (#19355)

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
SNoof85 2021-09-27 13:56:06 +02:00 committed by GitHub
parent c93a0becd3
commit 50ed2b566c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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