mirror of
https://github.com/home-assistant/core.git
synced 2025-12-26 22:18:40 +00:00
Html5 push notifications notify platform (#2807)
* Initial work to add Chrome Push Notification support * Remove push.js from home-assistant since it is now in Polymer * Chrome->HTML5, general cleanup/fixes * Make html5 generic, move manifest.json into frontend so that we can dynamically add the gcm_sender_id * Pylint, flake8, pydocstyle frontend init * HTML5 push fixes * Update polymer * Remove crypto req * Add notify default platform. * Fix HTML5 push * Registration fixes * Linting fix * pep257 fix * Add tests * pep257 fix * Update frontend
This commit is contained in:
@@ -10,7 +10,7 @@ npm run frontend_prod
|
||||
|
||||
cp bower_components/webcomponentsjs/webcomponents-lite.min.js ..
|
||||
cp -r build/* ..
|
||||
node script/sw-precache.js
|
||||
BUILD_DEV=0 node script/gen-service-worker.js
|
||||
cp build/service_worker.js ..
|
||||
|
||||
cd ..
|
||||
|
||||
Reference in New Issue
Block a user