From f379cf97db32e0a402f2a1932a4a158ef1df76c4 Mon Sep 17 00:00:00 2001 From: Benedict Aas Date: Sun, 25 Feb 2018 12:53:36 +0000 Subject: [PATCH] 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. --- source/_components/counter.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/counter.markdown b/source/_components/counter.markdown index 76a11fbb897..b54dcc4385e 100644 --- a/source/_components/counter.markdown +++ b/source/_components/counter.markdown @@ -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 ```