mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Default for the Number Selector is slider, not box (#16255)
Very minor change, but in all the blueprints I have created the Number Selector defaults to a `slider` not a `box`
This commit is contained in:
parent
250855f80a
commit
c5cc85810a
@ -338,7 +338,7 @@ mode:
|
|||||||
description: This can be either `box` or `slider` mode.
|
description: This can be either `box` or `slider` mode.
|
||||||
type: string
|
type: string
|
||||||
required: false
|
required: false
|
||||||
default: box
|
default: slider
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
### Example number selectors
|
### Example number selectors
|
||||||
|
Loading…
x
Reference in New Issue
Block a user