mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-20 15:56:51 +00:00
Correct grammar in selectors documentation (#23569)
This commit is contained in:
parent
8d1642c1ff
commit
3eab13ae63
@ -641,10 +641,10 @@ the select value.
|
|||||||

|

|
||||||
|
|
||||||
On the user interface, the input can either be in a slider or number mode.
|
On the user interface, the input can either be in a slider or number mode.
|
||||||
Both modes limit the user input by a minimal and maximum value, and can
|
Both modes limit the user input by a minimum and maximum value, and can
|
||||||
have a unit of measurement to go with it.
|
have a unit of measurement to go with it.
|
||||||
|
|
||||||
In its most basic form, this selector requires a minimal and maximum value:
|
In its most basic form, this selector requires a minimum and maximum value:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
number:
|
number:
|
||||||
@ -654,7 +654,7 @@ number:
|
|||||||
|
|
||||||
{% configuration number %}
|
{% configuration number %}
|
||||||
min:
|
min:
|
||||||
description: The minimal user-settable number value.
|
description: The minimum user-settable number value.
|
||||||
type: [integer, float]
|
type: [integer, float]
|
||||||
required: true
|
required: true
|
||||||
max:
|
max:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user