Remove Discovery dependency from konnected.py (#19910)

This commit is contained in:
so3n 2019-01-11 10:53:12 +11:00 committed by Paulus Schoutsen
parent 6c29315088
commit 4d52adb008

View File

@ -96,7 +96,7 @@ CONFIG_SCHEMA = vol.Schema(
extra=vol.ALLOW_EXTRA,
)
DEPENDENCIES = ['http', 'discovery']
DEPENDENCIES = ['http']
ENDPOINT_ROOT = '/api/konnected'
UPDATE_ENDPOINT = (ENDPOINT_ROOT + r'/device/{device_id:[a-zA-Z0-9]+}')