1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-16 02:53:27 +01:00
Files
core/tests/testing_config
J. Nick Koston 780f6e8974 Avoid expensive inspect calls in config validators (#112085)
* Avoid expensive inspect calls in config validators

inspect has a performance problem https://github.com/python/cpython/issues/92041

We now avoid calling inspect unless we are going to log

* remove unused

* reduce

* get_integration_logger
2024-03-02 22:08:59 -05:00
..