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:
Benedict Aas 2018-02-25 12:53:36 +00:00 committed by Benedict Aas
parent 50f693badf
commit f379cf97db

View File

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