mirror of
https://github.com/home-assistant/core.git
synced 2025-08-01 11:45:09 +02:00
Selector for SingleEntitySelectorConfig allow domain to be a list (#82666)
This commit is contained in:
@@ -94,7 +94,7 @@ class SingleEntitySelectorConfig(TypedDict, total=False):
|
|||||||
"""Class to represent a single entity selector config."""
|
"""Class to represent a single entity selector config."""
|
||||||
|
|
||||||
integration: str
|
integration: str
|
||||||
domain: str
|
domain: str | list[str]
|
||||||
device_class: str
|
device_class: str
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user