Selector for SingleEntitySelectorConfig allow domain to be a list (#82666)
parent
9995cef0f9
commit
6cb004b770
|
@ -94,7 +94,7 @@ class SingleEntitySelectorConfig(TypedDict, total=False):
|
|||
"""Class to represent a single entity selector config."""
|
||||
|
||||
integration: str
|
||||
domain: str
|
||||
domain: str | list[str]
|
||||
device_class: str
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue