mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-14 12:56:54 +00:00
docs: clarify location of counter alias
We clarify the location of the counter alias by renaming it `counter` --> `my_custom_counter` and remove potential for confusion with the similarly named `counter` field above.
This commit is contained in:
parent
50f693badf
commit
f379cf97db
@ -19,7 +19,7 @@ To add a counter to your installation, add the following to your `configuration.
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
counter:
|
||||
counter:
|
||||
my_custom_counter:
|
||||
initial: 30
|
||||
step: 1
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user