Add created_at/modified_at to config entries (#122456)
This commit is contained in:
parent
20c4f84a4e
commit
ad50136dbd
67 changed files with 440 additions and 392 deletions
|
@ -28,4 +28,4 @@ async def test_entry_diagnostics(
|
|||
hass, hass_client, mock_config_entry
|
||||
)
|
||||
|
||||
assert result == snapshot(exclude=props("entry_id"))
|
||||
assert result == snapshot(exclude=props("entry_id", "created_at", "modified_at"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue