mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 11:47:06 +00:00
Fix some typos in core.py (#121189)
This commit is contained in:
parent
ad1ba1a5e5
commit
d1264655a0
@ -168,7 +168,7 @@ class EventStateEventData(TypedDict):
|
|||||||
class EventStateChangedData(EventStateEventData):
|
class EventStateChangedData(EventStateEventData):
|
||||||
"""EVENT_STATE_CHANGED data.
|
"""EVENT_STATE_CHANGED data.
|
||||||
|
|
||||||
A state changed event is fired when on state write when the state is changed.
|
A state changed event is fired when on state write the state is changed.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
old_state: State | None
|
old_state: State | None
|
||||||
@ -177,7 +177,7 @@ class EventStateChangedData(EventStateEventData):
|
|||||||
class EventStateReportedData(EventStateEventData):
|
class EventStateReportedData(EventStateEventData):
|
||||||
"""EVENT_STATE_REPORTED data.
|
"""EVENT_STATE_REPORTED data.
|
||||||
|
|
||||||
A state reported event is fired when on state write when the state is unchanged.
|
A state reported event is fired when on state write the state is unchanged.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
old_last_reported: datetime.datetime
|
old_last_reported: datetime.datetime
|
||||||
|
Loading…
x
Reference in New Issue
Block a user