1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Fix docstring in selector helper (#140929)

This commit is contained in:
Erik Montnemery
2025-03-19 16:37:07 +01:00
committed by GitHub
parent 4a5567806b
commit 6b9c1e17e0

View File

@@ -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"