Add number entity value property (#744)

This commit is contained in:
Shulyaka 2020-12-03 20:35:35 +03:00 committed by GitHub
parent 651ca3890e
commit 0c2a898f40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
| ---- | ---- | ------- | -----------
| 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)
| 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