mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 13:45:12 +02:00
handle dependencies
This commit is contained in:
@@ -3,6 +3,6 @@
|
||||
"name": "Prometheus",
|
||||
"documentation": "https://www.home-assistant.io/integrations/prometheus",
|
||||
"requirements": ["prometheus_client==0.7.1"],
|
||||
"dependencies": ["http", "humidifier"],
|
||||
"dependencies": ["http"],
|
||||
"codeowners": ["@knyar"]
|
||||
}
|
||||
|
@@ -98,6 +98,7 @@ ALLOWED_USED_COMPONENTS = {
|
||||
"group",
|
||||
"hassio",
|
||||
"homeassistant",
|
||||
"humidifier",
|
||||
"input_boolean",
|
||||
"input_datetime",
|
||||
"input_number",
|
||||
|
Reference in New Issue
Block a user