mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Add State.last_reported (#113511)
* Add State.last_reported * Update tests * Update test snapshots * Call state_reported listeners when firing state_changed event * Add tests
This commit is contained in:
@@ -198,6 +198,7 @@ class HomeAssistantSnapshotSerializer(AmberDataSerializer):
|
||||
| {
|
||||
"context": ANY,
|
||||
"last_changed": ANY,
|
||||
"last_reported": ANY,
|
||||
"last_updated": ANY,
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user