mirror of
https://github.com/home-assistant/core.git
synced 2026-05-08 17:49:37 +01:00
6421a08ba8
* 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