core/homeassistant/scripts
mdegat01 6c7355785a
Add support for glob matching to entity filters (#36913)
* Added GLOB capability to entityfilter and every place that uses it. All existing tests are passing

* added tests for components affected by glob change

* fixed flake8 error

* mocking the correct listener

* mocking correct bus method in azure test

* tests passing in 3.7 and 3.8

* fixed formatting issue from rebase/conflict

* Checking against glob patterns in more performant way

* perf improvments and reverted unnecessarily adjusted tests

* added new benchmark test around filters

* no longer using get with default in entityfilter

* changed filter name and removed logbook from filter benchmark

* simplified benchmark tests from feedback

* fixed apache tests and returned include exclude schemas to normal

* fixed azure event hub tests to properly go through component logic

* fixed azure test and clean up for other tests

* renaming test files to match standard

* merged mqtt statestream test changes with base

* removed dependency on recorder filter schema from history

* fixed recorder tests after merge and a bunch of lint errors
2020-06-23 20:02:29 -05:00
..
benchmark Add support for glob matching to entity filters (#36913) 2020-06-23 20:02:29 -05:00
macos Remove redundant open modes (#33652) 2020-04-04 22:49:15 +02:00
__init__.py Various string cleanups (#30435) 2020-01-03 14:47:06 +01:00
auth.py Sort imports according to PEP8 for 'homeassistant' folder (#29789) 2019-12-09 16:42:10 +01:00
check_config.py Check isinstance on collections.abc, not typing classes (#35087) 2020-05-02 23:57:48 +02:00
credstash.py Enable pylint import-outside-toplevel (#33631) 2020-04-04 17:07:36 +02:00
ensure_config.py Add Safe Mode (#30723) 2020-01-14 13:03:02 -08:00
keyring.py Upgrade keyring to 21.2.0 (#34084) 2020-04-12 13:36:34 +02:00