mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +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):
|
||||
"""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
|
||||
|
Loading…
x
Reference in New Issue
Block a user