mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Update counter.markdown (#3359)
* Update counter.markdown Updated documentation and removed references to input_slider :) * Minor changes
This commit is contained in:
parent
e0553ba7d2
commit
8f538a3baa
@ -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`.
|
||||
|
Loading…
x
Reference in New Issue
Block a user