mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +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.
|
||||
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.
|
||||
|
||||
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
|
||||
number:
|
||||
@ -654,7 +654,7 @@ number:
|
||||
|
||||
{% configuration number %}
|
||||
min:
|
||||
description: The minimal user-settable number value.
|
||||
description: The minimum user-settable number value.
|
||||
type: [integer, float]
|
||||
required: true
|
||||
max:
|
||||
|
Loading…
x
Reference in New Issue
Block a user