Add exclude DB option to backup service call (#101958)
This commit is contained in:
parent
721c45b7a3
commit
c8007b841b
5 changed files with 21 additions and 0 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue