mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 12:47:08 +00:00
Fix docstring in selector helper (#140929)
This commit is contained in:
parent
4a5567806b
commit
6b9c1e17e0
@ -1136,7 +1136,7 @@ class SelectOptionDict(TypedDict):
|
|||||||
|
|
||||||
|
|
||||||
class SelectSelectorMode(StrEnum):
|
class SelectSelectorMode(StrEnum):
|
||||||
"""Possible modes for a number selector."""
|
"""Possible modes for a select selector."""
|
||||||
|
|
||||||
LIST = "list"
|
LIST = "list"
|
||||||
DROPDOWN = "dropdown"
|
DROPDOWN = "dropdown"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user