parent
2fe8e95309
commit
987cf8b9d0
1 changed files with 3 additions and 0 deletions
|
@ -157,11 +157,14 @@ async def test_pushbullet_push_mixed(hass, requests_mock):
|
|||
)
|
||||
entry.add_to_hass(hass)
|
||||
assert await hass.config_entries.async_setup(entry.entry_id)
|
||||
await hass.async_block_till_done()
|
||||
|
||||
data = {
|
||||
"title": "Test Title",
|
||||
"message": "Test Message",
|
||||
"target": ["device/DESKTOP", "email/user@host.net"],
|
||||
}
|
||||
|
||||
await hass.services.async_call(NOTIFY_DOMAIN, "pushbullet", data)
|
||||
await hass.async_block_till_done()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue