mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 05:35:11 +02:00
Fix docstring for EventStateEventData (#120662)
This commit is contained in:
@@ -159,7 +159,7 @@ class ConfigSource(enum.StrEnum):
|
|||||||
|
|
||||||
|
|
||||||
class EventStateEventData(TypedDict):
|
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
|
entity_id: str
|
||||||
new_state: State | None
|
new_state: State | None
|
||||||
|
Reference in New Issue
Block a user