Store: copy pending data (#59934)

This commit is contained in:
Paulus Schoutsen 2021-11-18 15:56:22 -08:00 committed by GitHub
parent 0fb21af07f
commit 442597928e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 42 additions and 11 deletions

View file

@ -1089,7 +1089,7 @@ async def test_restoring_client(hass, aioclient_mock):
data=ENTRY_CONFIG,
source="test",
options={},
entry_id=1,
entry_id="1",
)
registry = er.async_get(hass)