Fix docstring for EventStateEventData (#120662)

pull/120675/head
Erik Montnemery 2024-06-27 15:00:14 +02:00 committed by GitHub
parent 9758b08036
commit 3895252965
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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