Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/entity_number.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ A `number` is an entity that allows the user to input an arbitrary value to an i
| min_value | float | 0 | The minimum accepted value (inclusive)
| max_value | float | 100 | The maximum accepted value (inclusive)
| step | float | **See below** | Defines the resolution of the values, i.e. the smallest increment or decrement
| mode | string | "slider" | Either "box" or "slider". Defines the appearance of the entity. Choose what best suits your device.

Other properties that are common to all entities such as `icon`, `unit_of_measurement`, `name` etc are also applicable.

Expand Down