Update counter.markdown (#3359)

* Update counter.markdown

Updated documentation and removed references to input_slider :)

* Minor changes
This commit is contained in:
Mahasri Kalavala 2017-09-12 16:19:32 -04:00 committed by Fabian Affolter
parent e0553ba7d2
commit 8f538a3baa

View File

@ -26,10 +26,10 @@ counter:
Configuration variables: Configuration variables:
- **[alias]** (*Required*): Alias for the slider input. Multiple entries are allowed. - **[alias]** (*Required*): Alias for the counter. Multiple entries are allowed.
- **name** (*Optional*): Friendly name of the slider input. - **name** (*Optional*): Friendly name of the counter.
- **initial** (*Optional*): Initial value when Home Assistant starts. Defaults to 0. - **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. - **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`. 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`.