Fix docstring for EventStateEventData (#120662)

This commit is contained in:
Erik Montnemery 2024-06-27 15:00:14 +02:00 committed by Franck Nijhof
parent f9ca85735d
commit f6aa25c717
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3

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