1
mirror of https://github.com/home-assistant/frontend synced 2024-08-19 13:25:07 +02:00
Go to file
Robbie Trencheny b90b8f87bc Add callback support to push notifications (#90)
* Add callback support to push notifications

* Syntax fix

* Fix callbacks for initial push event

* Add JWT.

* Whoops, jwt was grabbed from the wrong spot
2016-08-16 23:57:42 -07:00
docs Update README 2016-07-27 22:47:09 -07:00
home-assistant-js@bf4adea645 Add HTML 5 push notifcations support (#89) 2016-08-14 00:31:52 -07:00
panels Use native date formatting functions if available (#87) 2016-08-10 13:30:06 -07:00
rollup Remove last ES6 2016-07-18 21:28:42 -07:00
script Add callback support to push notifications (#90) 2016-08-16 23:57:42 -07:00
src Also allow 127.0.0.1 for push notificatons 2016-08-16 23:00:50 -07:00
.eslintrc Update packages 2016-08-08 00:38:26 -07:00
.gitignore Reorg into panels (#75) 2016-07-16 23:19:49 -07:00
.gitmodules Move HA-JS to git submodule 2016-06-14 01:26:02 -07:00
.nvmrc Update node 2016-05-28 23:18:12 -07:00
.travis.yml Add caching to travis (#80) 2016-07-27 20:22:48 -07:00
bower.json Update to Polymer 1.6.1 2016-08-08 00:27:10 -07:00
package.json Restructure service worker stuff 2016-08-14 00:58:40 -07:00
README.md Update README.md 2016-08-12 19:41:59 -07:00

Home Assistant Polymer Build Status

This is the repository for the official Home Assistant frontend. The frontend is built on top of the following technologies:

Screenshot of the frontend

View demo of the Polymer frontend
More information about Home Assistant
Frontend development instructions

License

Home Assistant is open-source and MIT licensed. Feel free to browse the repository, learn and reuse parts in your own projects.