mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 10:59:40 +00:00
Add exclude DB option to backup service call (#101958)
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user