mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Disable html5 notify dependency (#11135)
This commit is contained in:
parent
1c8b5838cd
commit
823e260c2a
@ -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__)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user