From 8895f9b70a3f93a29a573847f0f9370936506700 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sat, 20 Jun 2020 00:11:17 -0700 Subject: [PATCH] Remove unused webhook dependency from device automation (#36946) --- homeassistant/components/device_automation/manifest.json | 1 - 1 file changed, 1 deletion(-) diff --git a/homeassistant/components/device_automation/manifest.json b/homeassistant/components/device_automation/manifest.json index 2eadd214bc1..033a54312be 100644 --- a/homeassistant/components/device_automation/manifest.json +++ b/homeassistant/components/device_automation/manifest.json @@ -2,7 +2,6 @@ "domain": "device_automation", "name": "Device Automation", "documentation": "https://www.home-assistant.io/integrations/device_automation", - "dependencies": ["webhook"], "codeowners": ["@home-assistant/core"], "quality_scale": "internal" }