Fix docstring for EventStateEventData (#120662)

This commit is contained in:
Erik Montnemery
2024-06-27 15:00:14 +02:00
committed by GitHub
parent 9758b08036
commit 3895252965

View File

@@ -159,7 +159,7 @@ class ConfigSource(enum.StrEnum):
class EventStateEventData(TypedDict):
"""Base class for EVENT_STATE_CHANGED and EVENT_STATE_CHANGED data."""
"""Base class for EVENT_STATE_CHANGED and EVENT_STATE_REPORTED data."""
entity_id: str
new_state: State | None