mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Remove Discovery dependency from konnected.py (#19910)
This commit is contained in:
parent
6c29315088
commit
4d52adb008
@ -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]+}')
|
||||
|
Loading…
x
Reference in New Issue
Block a user