From a877c8030f87d9dc82fc3a3f6c5a17cc88315589 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Sat, 10 Sep 2022 17:02:36 +0200 Subject: [PATCH] Add dependencies to ecowitt (#78187) --- homeassistant/components/ecowitt/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/ecowitt/manifest.json b/homeassistant/components/ecowitt/manifest.json index 080b7d5af72..224b4440e36 100644 --- a/homeassistant/components/ecowitt/manifest.json +++ b/homeassistant/components/ecowitt/manifest.json @@ -3,6 +3,7 @@ "name": "Ecowitt", "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/ecowitt", + "dependencies": ["webhook"], "requirements": ["aioecowitt==2022.09.1"], "codeowners": ["@pvizeli"], "iot_class": "local_push"