From 8f538a3baaeaf925ffaf60d2909b7f8f69f2cdf3 Mon Sep 17 00:00:00 2001 From: Mahasri Kalavala Date: Tue, 12 Sep 2017 16:19:32 -0400 Subject: [PATCH] Update counter.markdown (#3359) * Update counter.markdown Updated documentation and removed references to input_slider :) * Minor changes --- source/_components/counter.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/_components/counter.markdown b/source/_components/counter.markdown index 7df1c2e6cf5..96ea3d9cb8e 100644 --- a/source/_components/counter.markdown +++ b/source/_components/counter.markdown @@ -26,10 +26,10 @@ counter: Configuration variables: -- **[alias]** (*Required*): Alias for the slider input. Multiple entries are allowed. - - **name** (*Optional*): Friendly name of the slider input. +- **[alias]** (*Required*): Alias for the counter. Multiple entries are allowed. + - **name** (*Optional*): Friendly name of the counter. - **initial** (*Optional*): Initial value when Home Assistant starts. Defaults to 0. - - **step** (*Optional*): Step value for the slider. Defaults to 1. + - **step** (*Optional*): Incremental/step value for the counter. Defaults to 1 (increments by 1). - **icon** (*Optional*): Icon for entry. Pick an icon that you can find on [materialdesignicons.com](https://materialdesignicons.com/) to use for your input and prefix the name with `mdi:`. For example `mdi:car`, `mdi:ambulance`, or `mdi:motorbike`.