Selector for SingleEntitySelectorConfig allow domain to be a list (#82666)

pull/82680/head
G Johansson 2022-11-24 22:34:39 +01:00 committed by GitHub
parent 9995cef0f9
commit 6cb004b770
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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