Make notify.html5 depend on config (#11052)

This commit is contained in:
Paulus Schoutsen 2017-12-09 13:14:16 -08:00 committed by GitHub
parent bee80c5b79
commit cb4e886a4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@ from homeassistant.util import ensure_unique_string
REQUIREMENTS = ['pywebpush==1.3.0', 'PyJWT==1.5.3']
DEPENDENCIES = ['frontend']
DEPENDENCIES = ['frontend', 'config']
_LOGGER = logging.getLogger(__name__)