handle dependencies

This commit is contained in:
Denis Shulyaka
2020-06-26 10:48:53 +03:00
parent 8840b378e5
commit 74bd523e08
2 changed files with 2 additions and 1 deletions

View File

@@ -3,6 +3,6 @@
"name": "Prometheus", "name": "Prometheus",
"documentation": "https://www.home-assistant.io/integrations/prometheus", "documentation": "https://www.home-assistant.io/integrations/prometheus",
"requirements": ["prometheus_client==0.7.1"], "requirements": ["prometheus_client==0.7.1"],
"dependencies": ["http", "humidifier"], "dependencies": ["http"],
"codeowners": ["@knyar"] "codeowners": ["@knyar"]
} }

View File

@@ -98,6 +98,7 @@ ALLOWED_USED_COMPONENTS = {
"group", "group",
"hassio", "hassio",
"homeassistant", "homeassistant",
"humidifier",
"input_boolean", "input_boolean",
"input_datetime", "input_datetime",
"input_number", "input_number",