Disable html5 notify dependency (#11135)

pull/11149/head
Paulus Schoutsen 2017-12-14 00:15:25 -08:00 committed by GitHub
parent 1c8b5838cd
commit 823e260c2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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__)