mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 04:35:11 +02:00
Make notify.html5 depend on config (#11052)
This commit is contained in:
@@ -29,7 +29,7 @@ from homeassistant.util import ensure_unique_string
|
|||||||
|
|
||||||
REQUIREMENTS = ['pywebpush==1.3.0', 'PyJWT==1.5.3']
|
REQUIREMENTS = ['pywebpush==1.3.0', 'PyJWT==1.5.3']
|
||||||
|
|
||||||
DEPENDENCIES = ['frontend']
|
DEPENDENCIES = ['frontend', 'config']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user