hass-core/homeassistant
Willems Davy 8f8bba4ad7 Haveibeenpwned sensor platform (#3618)
* Initial version of "haveibeenpwned" sensor component

* 2 flake8 fixes

* remove debugging error message

* Increase scan_interval as well as throttle to make sure that during initial startup of hass the request happens with 5 seconds delays and after startup with 15 minutes delays. Scan_interval is increased also to not call update as often

* update .coveragerc

* remove (ssl) verify=False

* - use dict to keep the request values with email as key
- use track_point_in_time system to make sure data updates initially at 5 seconds between each call until all sensor's email have a result in the dict.

* fix a pylint error that happend on the py35 tests
2016-10-08 11:38:58 -07:00
..
components Haveibeenpwned sensor platform (#3618) 2016-10-08 11:38:58 -07:00
helpers Load yaml using validator and include consider_home (#3743) 2016-10-07 18:08:33 -07:00
scripts Fix mysensors white value (#3508) 2016-09-24 23:45:01 +02:00
util Async exception handling (#3731) 2016-10-07 17:20:39 -07:00
__init__.py Fix PEP257 issues 2016-03-08 00:06:04 +01:00
__main__.py Monkey-patch a weakref set in Task to be a no-op. (#3639) 2016-10-01 12:08:25 -07:00
bootstrap.py Continue on invalid platforms and new setup_component unit tests (#3736) 2016-10-08 11:27:35 -07:00
config.py Add unit to comment (#3452) 2016-09-19 23:17:52 -07:00
const.py Version bump to 0.31.0.dev0 2016-10-08 09:58:28 -07:00
core.py Close event loop to avoid error on exiting HASS (#3762) 2016-10-08 18:56:36 +02: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 Move worker pool monitoring to be time based instead of add_job based. (#3439) 2016-09-19 23:39:49 -07:00