core/homeassistant/helpers
J. Nick Koston 94bf55e29b
Limit concurrency of async_get_integration to avoid creating extra threads (#43085)
* Limit concurrency of async_get_integration to avoid creating extra threads

Since async_get_integration is waiting on the disk most of the time
it would end up creating many new threads because the disk could
not deliver the data in time.

* pylint
2020-11-10 21:34:54 -10:00
..
__init__.py Protect loop set default executor (#37438) 2020-07-06 15:58:53 -07:00
aiohttp_client.py Fix unmocked https in the test suite (#42316) 2020-10-25 07:16:23 -05:00
area_registry.py Add area id to entity registry (#42221) 2020-10-24 21:25:28 +02:00
check_config.py Attrs cleanups (#37849) 2020-07-14 10:30:30 -07:00
collection.py Gather all collection listeners and changes at the same time (#42497) 2020-10-29 10:06:55 +01:00
condition.py Allow skip parsing template result (#42401) 2020-10-26 16:01:09 +01:00
config_entry_flow.py Add MQTT integration discovery (#41332) 2020-10-07 18:30:51 +02:00
config_entry_oauth2_flow.py Use list literal without using dict.keys() (#42573) 2020-10-30 09:19:13 -05:00
config_validation.py Support datetime sensor in time trigger (#42899) 2020-11-09 14:50:54 +01:00
data_entry_flow.py Use http status constants more, add HTTP_ACCEPTED and HTTP_BAD_GATEWAY (#39993) 2020-09-15 20:01:07 +03:00
debounce.py Use async_add_hass_job for debouncer (#41449) 2020-10-09 08:40:36 +02:00
deprecation.py Use core GitHub URL in all files (#41089) 2020-10-03 00:04:11 +02:00
device_registry.py Improve restore of deleted devices (#42703) 2020-11-10 22:14:39 +01:00
discovery.py Update discovery to use HassJob (#41511) 2020-10-09 09:35:28 +02:00
dispatcher.py Determine how to run listeners at setup time instead of execution time (#41304) 2020-10-07 16:51:50 +02:00
entity.py Fix state overwrite race condition where two platforms request the same entity_id (#42151) 2020-10-21 17:01:51 +02:00
entity_component.py Upgrade black to 20.8b1 (#39287) 2020-08-27 13:56:20 +02:00
entity_platform.py Ensure instances of async_add_entities can be garbage collected (#42919) 2020-11-07 06:54:20 -10:00
entity_registry.py Add area id to entity registry (#42221) 2020-10-24 21:25:28 +02:00
entity_values.py Migrate legacy typehints in core to PEP-526 (#26403) 2019-09-03 20:36:04 -07:00
entityfilter.py Various type hint improvements (#37952) 2020-07-22 08:06:37 -07:00
event.py Fix async_track_utc_time_change firing too early (#42176) 2020-11-05 16:34:56 +01:00
frame.py Exception chaining and wrapping improvements (#39320) 2020-08-28 13:50:32 +02:00
icon.py Various string cleanups (#30435) 2020-01-03 14:47:06 +01:00
instance_id.py Upgrade black to 20.8b1 (#39287) 2020-08-27 13:56:20 +02:00
integration_platform.py Add logbook platforms (#37078) 2020-06-24 18:14:50 -07:00
intent.py Log lines do not end with a full stop (#37527) 2020-07-05 23:04:19 +02:00
json.py Cleanup unused loggers (components N-Z + tests) (#41982) 2020-10-16 21:24:08 -05:00
location.py Fix circular import of config_validation and template (#41802) 2020-11-04 19:06:19 -10:00
logging.py Upgrade mypy to 0.770, tighten config a bit (#32715) 2020-03-12 11:52:20 +01:00
network.py Add bare hostname as valid known hostname in get_url helper (#40510) 2020-09-26 09:36:03 +02:00
placeholder.py Add initial blueprint support (#42469) 2020-11-02 15:00:13 +01:00
ratelimit.py Fix async_track_utc_time_change firing too early (#42176) 2020-11-05 16:34:56 +01:00
reload.py Ensure config entry platforms are excluded from reload (#42367) 2020-10-25 23:53:31 +01:00
restore_state.py async_get_instance was not reentrant during await (#38263) 2020-08-12 22:35:24 +02:00
script.py Predetermine listener type for script change listeners (#41510) 2020-10-09 08:41:12 +02:00
script_variables.py Set variable values in scripts (#39915) 2020-09-11 13:16:25 +02:00
service.py Limit concurrency of async_get_integration to avoid creating extra threads (#43085) 2020-11-10 21:34:54 -10:00
signal.py Sort imports according to PEP8 for 'homeassistant' folder (#29789) 2019-12-09 16:42:10 +01:00
singleton.py Add tests for singleton decorator (#42055) 2020-10-18 22:41:22 +02:00
state.py Add transition support to scenes, cleanup blocking parameter (#34434) 2020-04-20 18:07:50 -07:00
storage.py Ensure storage task loads are always garbage collected (#42917) 2020-11-07 06:54:56 -10:00
sun.py Enable pylint import-outside-toplevel (#33631) 2020-04-04 17:07:36 +02:00
system_info.py System health improvement (#43066) 2020-11-10 23:56:50 +01:00
temperature.py Upgrade mypy to 0.770, tighten config a bit (#32715) 2020-03-12 11:52:20 +01:00
template.py Fix circular import of config_validation and template (#41802) 2020-11-04 19:06:19 -10:00
translation.py Limit concurrency of async_get_integration to avoid creating extra threads (#43085) 2020-11-10 21:34:54 -10:00
trigger.py Add wait_for_trigger script action (#38075) 2020-08-21 11:38:25 +02:00
typing.py Add default variables to script helper (#39895) 2020-09-10 20:41:42 +02:00
update_coordinator.py Add support for manual updating a data coordinator (#42746) 2020-11-02 09:54:08 +01:00