mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-14 21:06:28 +00:00
Add number entity value property (#744)
This commit is contained in:
parent
651ca3890e
commit
0c2a898f40
@ -11,7 +11,7 @@ A `number` is an entity that allows the user to input an arbitrary value to an i
|
|||||||
|
|
||||||
| Name | Type | Default | Description
|
| Name | Type | Default | Description
|
||||||
| ---- | ---- | ------- | -----------
|
| ---- | ---- | ------- | -----------
|
||||||
| state | float | **Required** | Current value of the entity
|
| value | float | **Required** | Current value of the entity
|
||||||
| min_value | float | 0 | The minimum accepted value (inclusive)
|
| min_value | float | 0 | The minimum accepted value (inclusive)
|
||||||
| max_value | float | 100 | The maximum 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
|
| step | float | **See below** | Defines the resolution of the values, i.e. the smallest increment or decrement
|
||||||
|
Loading…
x
Reference in New Issue
Block a user