core/homeassistant
Chris Caron 3cb844f22c Add Apprise notification integration (#26868)
* Added apprise notification component

* flake-8 fixes; black formatting + import merged to 1 line

* pylint issues resolved

* added github name to manifest.json

* import moved to top as per code review request

* manifest formatting to avoid failing ci

* .coveragerc updated to include apprise

* removed block for written tests

* more test coverage

* formatting as per code review

* tests converted to async style as per code review

* increased coverage

* bumped version of apprise to 0.8.1

* test that mocked entries are called

* added tests for hass.service loading

* support tags for those who identify the TARGET option

* renamed variable as per code review

* 'assert not' used instead of 'is False'

* added period (in case linter isn't happy)
2019-10-15 00:53:59 +02:00
..
auth Remove direct authentication via trusted networks or API password (#27656) 2019-10-14 14:56:45 -07:00
components Add Apprise notification integration (#26868) 2019-10-15 00:53:59 +02:00
generated Add abode config entries and device registry (#26699) 2019-10-13 20:01:04 +02:00
helpers Handle empty service in script action gracefully (#27467) 2019-10-12 12:28:47 -07:00
scripts Removes unnecessary else/elif blocks (#26884) 2019-09-24 13:53:03 -07:00
util Upgrade pylint (#27279) 2019-10-07 08:17:39 -07:00
__init__.py
__main__.py Removes unnecessary print_function future import (#26888) 2019-09-24 21:29:57 -07:00
bootstrap.py Remove direct authentication via trusted networks or API password (#27656) 2019-10-14 14:56:45 -07:00
config.py Remove direct authentication via trusted networks or API password (#27656) 2019-10-14 14:56:45 -07:00
config_entries.py Migrate legacy typehints in core to PEP-526 (#26403) 2019-09-03 20:36:04 -07:00
const.py Remove direct authentication via trusted networks or API password (#27656) 2019-10-14 14:56:45 -07:00
core.py Upgrade pylint (#27279) 2019-10-07 08:17:39 -07:00
data_entry_flow.py Type hint additions (#26831) 2019-09-29 20:07:49 +03:00
exceptions.py
loader.py Improve validation of device trigger config (#26910) 2019-09-27 17:48:48 +02:00
monkey_patch.py
package_constraints.txt Updated frontend to 20191014.0 (#27661) 2019-10-14 13:07:47 -07:00
requirements.py
setup.py Cleanup coroutine threadsafe (#27080) 2019-10-01 16:59:06 +02:00