mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-29 12:17:01 +00:00
Update selectors.markdown
This commit is contained in:
parent
f0bdfc0b92
commit
17b534ef89
@ -1091,7 +1091,7 @@ The output of this selector is a number, for example: `42.59`
|
||||
|
||||
Please note that:
|
||||
- if the step is a `float` (eg. `step=0.1` or `step=1.0`) the user input is never rounded.
|
||||
- if the step is an `integer` (eg. `step=1`) passing a number with decimal precision will be rejected (eg. `80.0` will converted to `80`, `80.1` will be rejected).
|
||||
- if the step is an `integer` (eg. `step=1`) passing a number with decimal precision will be rejected (eg. `80.0` will converted to `80` and `80.1` will be rejected).
|
||||
|
||||
### Example number selectors <!-- omit from toc -->
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user