diff --git a/homeassistant/core.py b/homeassistant/core.py index 71ee5f4bd1d..c4392f62c52 100644 --- a/homeassistant/core.py +++ b/homeassistant/core.py @@ -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