mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 07:07:28 +00:00
Fix docstring for EventStateEventData (#120662)
This commit is contained in:
parent
f9ca85735d
commit
f6aa25c717
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user