diff --git a/homeassistant/helpers/selector.py b/homeassistant/helpers/selector.py index b759ab65826..c7a4be175fb 100644 --- a/homeassistant/helpers/selector.py +++ b/homeassistant/helpers/selector.py @@ -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