hass-core/homeassistant/helpers
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
..
__init__.py Type hint improvements (#31876) 2020-02-16 13:47:55 +01:00
aiohttp_client.py Patch aiohttp client session close (#34769) 2020-05-13 09:58:33 +02:00
area_registry.py Sort imports according to PEP8 for 'homeassistant' folder (#29789) 2019-12-09 16:42:10 +01:00
check_config.py Use set & dict literals (#33636) 2020-04-04 20:05:15 +02:00
collection.py Parallelize collections helper (#34783) 2020-04-28 14:31:16 -07:00
condition.py Add support for multiple states/zones in conditions (#36835) 2020-06-16 00:53:13 +02:00
config_entry_flow.py ConfigFlow default discovery without unique ID (#36754) 2020-06-15 13:38:38 +02:00
config_entry_oauth2_flow.py Fix/Rewrite of Toon integration (#36952) 2020-06-22 18:22:41 -07:00
config_validation.py Add support for multiple states/zones in conditions (#36835) 2020-06-16 00:53:13 +02:00
data_entry_flow.py More data entry flow and HTTP related type hints (#34430) 2020-05-26 09:28:22 -05:00
debounce.py Clean up device registry if entity registry updates (#35106) 2020-05-05 10:53:46 -07:00
deprecation.py Adds guards for missing information in call stack frames (#27217) 2019-10-05 11:59:33 +02:00
device_registry.py Stable device id when a deleted device is restored (#36309) 2020-06-02 21:22:08 +02:00
discovery.py Mark config dependency of frontend (#36587) 2020-06-09 23:27:47 -07:00
dispatcher.py Fix dispatcher logging (#33299) 2020-03-26 20:44:44 -07:00
entity.py Complete deprecation of hidden attribute (ATTR_HIDDEN) (#37041) 2020-06-23 17:05:32 -05:00
entity_component.py Do async_setup_platform in background (#36244) 2020-05-31 22:18:30 -07:00
entity_platform.py Platforms cleanup when adding entity fails (#36742) 2020-06-12 17:54:46 -07:00
entity_registry.py Guard bad entity ID in entity registry (#35271) 2020-05-05 15:07:54 -07:00
entity_values.py Migrate legacy typehints in core to PEP-526 (#26403) 2019-09-03 20:36:04 -07:00
entityfilter.py Add support for glob matching to entity filters (#36913) 2020-06-23 20:02:29 -05:00
event.py Dump states in event handler for HA_Stop (#33974) 2020-04-13 17:41:01 -07:00
frame.py Patch aiohttp client session close (#34769) 2020-05-13 09:58:33 +02:00
icon.py Various string cleanups (#30435) 2020-01-03 14:47:06 +01:00
instance_id.py Extract instance ID helper from updater (#35043) 2020-05-04 11:23:12 -07:00
integration_platform.py Add integration platform helper (#29914) 2019-12-13 15:38:41 +01:00
intent.py Various string cleanups (#30435) 2020-01-03 14:47:06 +01:00
json.py Black 2019-07-31 12:25:30 -07:00
location.py Type 2019-07-31 13:08:31 -07:00
logging.py Upgrade mypy to 0.770, tighten config a bit (#32715) 2020-03-12 11:52:20 +01:00
network.py async_get_url -> get_url (#35382) 2020-05-08 21:53:28 +02:00
restore_state.py Dump states in event handler for HA_Stop (#33974) 2020-04-13 17:41:01 -07:00
script.py Add support for simultaneous runs of Script helper - Part 3 (#36202) 2020-05-27 15:10:28 -07:00
service.py Add and fix type hints (#36501) 2020-06-06 20:34:56 +02:00
signal.py Sort imports according to PEP8 for 'homeassistant' folder (#29789) 2019-12-09 16:42:10 +01:00
singleton.py Extract instance ID helper from updater (#35043) 2020-05-04 11:23:12 -07:00
state.py Add transition support to scenes, cleanup blocking parameter (#34434) 2020-04-20 18:07:50 -07:00
storage.py Ensure storage write consume the data under the lock (#35889) 2020-05-21 10:27:40 +02:00
sun.py Enable pylint import-outside-toplevel (#33631) 2020-04-04 17:07:36 +02:00
system_info.py Correct inst method names in system info and issue templates (#36998) 2020-06-22 14:46:31 +02:00
temperature.py Upgrade mypy to 0.770, tighten config a bit (#32715) 2020-03-12 11:52:20 +01:00
template.py Listen for group member state changes when using expand in templates (#35398) 2020-05-10 10:48:56 -05:00
translation.py Remove loading of legacy translations (#37021) 2020-06-23 10:58:11 +02:00
typing.py Type hint improvements (#32905) 2020-03-18 19:27:25 +02:00
update_coordinator.py Update Coordinator: Only schedule a refresh if listenerrs (#34317) 2020-04-16 16:44:14 -07:00