mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Import webhook in netatmo (#64105)
* Import webhook in netatmo * Adjust tests Co-authored-by: epenet <epenet@users.noreply.github.com>
This commit is contained in:
@@ -106,5 +106,5 @@ def selected_platforms(platforms):
|
||||
"""Restrict loaded platforms to list given."""
|
||||
with patch("homeassistant.components.netatmo.PLATFORMS", platforms), patch(
|
||||
"homeassistant.helpers.config_entry_oauth2_flow.async_get_config_entry_implementation",
|
||||
), patch("homeassistant.components.webhook.async_generate_url"):
|
||||
), patch("homeassistant.components.netatmo.webhook_generate_url"):
|
||||
yield
|
||||
|
||||
Reference in New Issue
Block a user