Small tweak of TriggerEntity typing (#59875)

pull/59896/head
Erik Montnemery 2021-11-18 14:34:07 +01:00 committed by GitHub
parent 01efe1eba2
commit b13e4e9953
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ from .const import CONF_ATTRIBUTES, CONF_AVAILABILITY, CONF_PICTURE
class TriggerEntity(update_coordinator.CoordinatorEntity):
"""Template entity based on trigger data."""
domain = ""
domain: str
extra_template_keys: tuple | None = None
extra_template_keys_complex: tuple | None = None