1
0
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:
Paulus Schoutsen
2016-08-14 01:10:07 -07:00
committed by GitHub
parent c6f67a5203
commit dc68f61261
16 changed files with 381 additions and 45 deletions

View File

@@ -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 ..