mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-30 04:36:51 +00:00
Add reorder option to entity selector (#40062)
This commit is contained in:
parent
1f0d7eb68a
commit
83bdc50567
@ -721,6 +721,12 @@ multiple:
|
|||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
required: false
|
required: false
|
||||||
|
reorder:
|
||||||
|
description: >
|
||||||
|
Allows reordering of entities (only applies if `multiple` is set to `true`).
|
||||||
|
type: boolean
|
||||||
|
default: false
|
||||||
|
required: false
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
The output of this selector is the entity ID, or (in case `multiple` is set to
|
The output of this selector is the entity ID, or (in case `multiple` is set to
|
||||||
|
Loading…
x
Reference in New Issue
Block a user