From 8840b378e53d28a86eed5f62a8126769d3f58afe Mon Sep 17 00:00:00 2001 From: Denis Shulyaka Date: Fri, 26 Jun 2020 02:38:30 +0300 Subject: [PATCH] add humidifier dependency --- homeassistant/components/prometheus/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/prometheus/manifest.json b/homeassistant/components/prometheus/manifest.json index 9b4df619fb5..5bf8574bec6 100644 --- a/homeassistant/components/prometheus/manifest.json +++ b/homeassistant/components/prometheus/manifest.json @@ -3,6 +3,6 @@ "name": "Prometheus", "documentation": "https://www.home-assistant.io/integrations/prometheus", "requirements": ["prometheus_client==0.7.1"], - "dependencies": ["http"], + "dependencies": ["http", "humidifier"], "codeowners": ["@knyar"] }