Small tweak of TriggerEntity typing (#59875)

This commit is contained in:
Erik Montnemery
2021-11-18 14:34:07 +01:00
committed by GitHub
parent 01efe1eba2
commit b13e4e9953

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