core/homeassistant
Robbie Trencheny 72fc526ee8 Html5 notifications improvements (#2840)
* Retry sending the push for 1 day instead of failing instantly if the target is unavailable

* Add timestamp to push payload

* Correctly use the title and body fields for their intended purposes

* Add callback support

* Revert changes to frontend files.

* Add default URL which will open Home Assistant. Also put all the data into the data object of the payload so it is accessible in the browser. Without doing this, things like URL wouldnt be accessible.

* Flake8 and pylint fixes

* event->type

* Dont send the default url if actions exist

* flake8/pylint fixes again

* Update html5 tests

* Remove callbacks from this branch, will re-stage on a different branch

* Remove remnant of callbacks

* Add url to data dictionary if it exists instead of copying the entire data dictionary in

* flake8 fix
2016-08-16 14:26:01 -07:00
..
components Html5 notifications improvements (#2840) 2016-08-16 14:26:01 -07:00
helpers Move config validation exception logging to bootstrap + humanize 2016-08-09 21:38:44 -07:00
scripts Script requirement logging, db_migrator REQUIREMENTS (#2781) 2016-08-10 13:32:07 -07:00
util Fix unit log message (#2823) 2016-08-15 22:12:43 -07:00
__init__.py Fix PEP257 issues 2016-03-08 00:06:04 +01:00
__main__.py Improvement typing (#2735) 2016-08-07 16:26:35 -07:00
bootstrap.py Handle requirements for scripts (#2765) 2016-08-09 23:54:34 -07:00
config.py Fix unit log message (#2823) 2016-08-15 22:12:43 -07:00
const.py Use voluptuous for exchange sensors (#2801) 2016-08-16 22:22:55 +02:00
core.py Humanize service call config validation errors 2016-08-09 20:58:08 -07:00
exceptions.py Fix PEP257 issues 2016-03-08 00:06:04 +01:00
loader.py Improvement typing core (#2624) 2016-07-27 20:33:49 -07:00
remote.py Improvement typing (#2735) 2016-08-07 16:26:35 -07:00