mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 04:35:11 +02:00
Fix incorrect 2nd param
This commit is contained in:
@@ -110,7 +110,7 @@ async def async_create_cloudhook(hass, webhook_id: str) -> str:
|
||||
if not async_is_logged_in(hass):
|
||||
raise CloudNotAvailable
|
||||
|
||||
hook = await hass.data[DOMAIN].cloudhooks.async_create(webhook_id, True)
|
||||
hook = await hass.data[DOMAIN].cloudhooks.async_create(webhook_id)
|
||||
return hook['cloudhook_url']
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user