mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 13:56:53 +00:00
Allow MQTT selects to have a single or no options (#20421)
This commit is contained in:
parent
e1ea19f9f9
commit
9e78edf16a
@ -139,7 +139,7 @@ optimistic:
|
|||||||
type: boolean
|
type: boolean
|
||||||
default: "`true` if no `state_topic` defined, else `false`."
|
default: "`true` if no `state_topic` defined, else `false`."
|
||||||
options:
|
options:
|
||||||
description: List of options that can be selected.
|
description: List of options that can be selected. An empty list or a list with a single item is allowed.
|
||||||
required: true
|
required: true
|
||||||
type: list
|
type: list
|
||||||
qos:
|
qos:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user