mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Document number selector step size 'any' (#24099)
This commit is contained in:
parent
7e358bcd19
commit
98b1058668
@ -685,8 +685,8 @@ max:
|
|||||||
type: [integer, float]
|
type: [integer, float]
|
||||||
required: true
|
required: true
|
||||||
step:
|
step:
|
||||||
description: The step value of the number value.
|
description: The step size of the number value. Set to `"any"` to allow any number.
|
||||||
type: [integer, float]
|
type: [integer, float, "any"]
|
||||||
required: false
|
required: false
|
||||||
default: 1
|
default: 1
|
||||||
unit_of_measurement:
|
unit_of_measurement:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user