hass-core/tests
wokar e891f1a260 Filter entities from logbook (#3426)
* o added ability to exclude entities or domains from logbook
o exclude hidden entities

* fixed remaned configuration key

* - filter the events before they get passed to humanify, to separate concerns
- instead of looking at customize, look for the hidden attribute on the state change events
- access to configuration defaults to an empty list - no need to check

* - filter only events of type EVENT_STATE_CHANGED
- improve config handling

* added unit tests to cover all filter cases and logbook message creation
2016-09-20 20:07:26 -07:00
..
components Filter entities from logbook (#3426) 2016-09-20 20:07:26 -07:00
fixtures SleepIQ component with sensor and binary sensor platforms (#3390) 2016-09-14 00:11:50 +02:00
helpers Migrate core from threads to async awesomeness (#3248) 2016-09-12 19:16:14 -07:00
resources Revised package util tests 2016-01-30 14:08:32 -05:00
scripts Use voluptuous for Hue (#3340) 2016-09-20 12:35:10 +02:00
testing_config/custom_components Exclude tests in dependencies in test dir from pytest (#2618) 2016-07-25 08:26:07 -07:00
util Migrate core from threads to async awesomeness (#3248) 2016-09-12 19:16:14 -07:00
__init__.py Tweak Recorder 2016-07-11 08:56:07 -07:00
common.py Move worker pool monitoring to be time based instead of add_job based. (#3439) 2016-09-19 23:39:49 -07:00
test_bootstrap.py Fix test shutdown to ensure loop/threads are clean. (#3447) 2016-09-18 20:35:58 -07:00
test_config.py Migrate core from threads to async awesomeness (#3248) 2016-09-12 19:16:14 -07:00
test_core.py Move worker pool monitoring to be time based instead of add_job based. (#3439) 2016-09-19 23:39:49 -07:00
test_loader.py Fix PEP257 issues 2016-03-09 10:25:50 +01:00
test_main.py Migrate core from threads to async awesomeness (#3248) 2016-09-12 19:16:14 -07:00
test_remote.py Move worker pool monitoring to be time based instead of add_job based. (#3439) 2016-09-19 23:39:49 -07:00