forked from home-assistant/core
Update homeassistant/helpers/selector.py
Co-authored-by: G Johansson <goran.johansson@shiftit.se>
This commit is contained in:
@@ -1114,7 +1114,7 @@ class NumberSelector(Selector[NumberSelectorConfig]):
|
|||||||
|
|
||||||
|
|
||||||
class ObjectSelectorField(TypedDict):
|
class ObjectSelectorField(TypedDict):
|
||||||
"""Class to represent a select option dict."""
|
"""Class to represent an object selector fields dict."""
|
||||||
|
|
||||||
label: str
|
label: str
|
||||||
required: bool
|
required: bool
|
||||||
|
Reference in New Issue
Block a user