diff --git a/homeassistant/components/notify/html5.py b/homeassistant/components/notify/html5.py index fb3cf0bbecd..2314722a2ab 100644 --- a/homeassistant/components/notify/html5.py +++ b/homeassistant/components/notify/html5.py @@ -29,7 +29,7 @@ from homeassistant.util import ensure_unique_string REQUIREMENTS = ['pywebpush==1.3.0', 'PyJWT==1.5.3'] -DEPENDENCIES = ['frontend', 'config'] +DEPENDENCIES = ['frontend'] _LOGGER = logging.getLogger(__name__)