Add exclude DB option to backup service call (#101958)

This commit is contained in:
Mike Degatano 2023-10-22 17:40:44 -04:00 committed by GitHub
parent 721c45b7a3
commit c8007b841b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 21 additions and 0 deletions

View file

@ -585,6 +585,7 @@ async def test_service_calls(
{
"name": "backup_name",
"location": "backup_share",
"homeassistant_exclude_database": True,
},
)
await hass.async_block_till_done()
@ -593,6 +594,7 @@ async def test_service_calls(
assert aioclient_mock.mock_calls[-1][2] == {
"name": "backup_name",
"location": "backup_share",
"homeassistant_exclude_database": True,
}
await hass.services.async_call(