Modified manifest.json to match new requirements, chaged the folder name with underscore

This commit is contained in:
lfasci
2021-06-16 22:00:23 +02:00
parent f8f259a161
commit 9315daa94a
3 changed files with 2 additions and 4 deletions

View File

@@ -15,7 +15,6 @@ from homeassistant.const import (
from prometheus_client import Summary
DOMAIN = 'prometheus'
CONF_PROMETHEUS_URL = 'prometheus_url'
CONF_PROMETHEUS_QUERY = 'prometheus_query'
SCAN_INTERVAL = timedelta(seconds=600)