mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Update input_number.markdown
Includes description of the `unit_of_measurement` and `icon` options
This commit is contained in:
parent
12e6aac283
commit
9289fd21ff
@ -44,6 +44,8 @@ Configuration variables:
|
||||
- **initial** (*Optional*): Initial value when Home Assistant starts. Defaults to 0.
|
||||
- **step** (*Optional*): Step value for the slider. Defaults to 1.
|
||||
- **mode** (*Optional*): Can specify `box`, or `slider`. Defaults to `slider`.
|
||||
- **unit_of_measurement** (*Optional*): Unit of measurement in which the value of the slider is expressed in.
|
||||
- **icon** (Optional): Icon to display in front of the box/slider in the frontend. Refer to the [Customizing devices](https://home-assistant.io/docs/configuration/customizing-devices/#possible-values) page for possible values.
|
||||
|
||||
## {% linkable_title Automation Examples %}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user