core/tests
J. Nick Koston 32e0d9f47c
Speed up generation of template states (#73728)
* Speed up generation of template states

* tweak

* cache

* cache hash

* weaken

* Revert "weaken"

This reverts commit 4856f50080.

* lower cache size as it tends to be the same ones over and over

* lower cache size as it tends to be the same ones over and over

* lower cache size as it tends to be the same ones over and over

* cover

* Update homeassistant/helpers/template.py

Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>

* id reuse is possible

* account for iterting all sensors

Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2022-06-24 17:28:26 -04:00
..
auth Add EVENT_USER_UPDATED (#71965) 2022-06-09 20:49:02 -07:00
backports
components Cache is_supported for Google entities (#73936) 2022-06-24 17:05:36 -04:00
fixtures Fix Feedreader Atom feeds using `updated` date (#73208) 2022-06-08 20:32:01 +02:00
hassfest
helpers Speed up generation of template states (#73728) 2022-06-24 17:28:26 -04:00
pylint Add FanEntity type hint checks to pylint plugin (#73801) 2022-06-22 12:48:23 +02:00
resources
scripts
test_util Make aiohttp mockers aware of the json loads kwarg (#73939) 2022-06-24 08:44:35 +02:00
testing_config Weather unit conversion (#73441) 2022-06-23 10:48:30 +02:00
util Handle non-str keys when storing json data (#73958) 2022-06-24 09:59:01 -05:00
__init__.py
bandit.yaml
common.py Reduce overhead to refire events from async_track_point_in_utc_time when an asyncio timer fires early (#73295) 2022-06-14 07:46:00 -10:00
conftest.py Update MQTT tests to use the config entry setup (#72373) 2022-06-02 14:24:46 +02:00
ignore_uncaught_exceptions.py
test_bootstrap.py Use supervisor envs instead of hassio (#72601) 2022-05-30 12:00:13 +02:00
test_config.py Significantly improve yaml load times when the C loader is available (#73337) 2022-06-13 08:44:46 -10:00
test_config_entries.py Prevent config entries from being reloaded while they are setting up (#73387) 2022-06-12 23:05:08 -07:00
test_core.py Fix memory leak when firing state_changed events (#72571) 2022-05-26 20:54:26 -07:00
test_data_entry_flow.py
test_exceptions.py
test_loader.py Allow custom integrations to support application_credentials platform (#71129) 2022-05-01 16:26:22 -07:00
test_main.py
test_requirements.py Check if requirements are installed in the executor (#71611) 2022-06-13 13:10:05 -07:00
test_runner.py
test_setup.py
test_test_fixtures.py