mirror of
https://github.com/home-assistant/core.git
synced 2026-09-03 18:24:49 -05:00
* Reduce time to reload yaml and check configuration We spend a significant amount of time compiling templates that we have already compiled. Use an LRU cache to avoid re-compiling templates that we frequently use. * pylint * switch to WeakValueDictionary * preen