mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 00:07:10 +00:00
Small tweak of TriggerEntity typing (#59875)
This commit is contained in:
parent
01efe1eba2
commit
b13e4e9953
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user