mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 09:17:53 +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):
|
||||
"""Possible modes for a number selector."""
|
||||
"""Possible modes for a select selector."""
|
||||
|
||||
LIST = "list"
|
||||
DROPDOWN = "dropdown"
|
||||
|
Loading…
x
Reference in New Issue
Block a user