From 1871f0927e23445a3f689417fa7f4c37888891ed Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 13 Dec 2017 19:57:33 -0800 Subject: [PATCH] Disable html5 notify dependency --- homeassistant/components/notify/html5.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/notify/html5.py b/homeassistant/components/notify/html5.py index fb3cf0bbecd94..2314722a2ab2a 100644 --- a/homeassistant/components/notify/html5.py +++ b/homeassistant/components/notify/html5.py @@ -29,7 +29,7 @@ REQUIREMENTS = ['pywebpush==1.3.0', 'PyJWT==1.5.3'] -DEPENDENCIES = ['frontend', 'config'] +DEPENDENCIES = ['frontend'] _LOGGER = logging.getLogger(__name__)