mirror of
https://github.com/home-assistant/core.git
synced 2026-09-12 10:06:22 -05:00
* Add missing platforms_exist guard to check_config related issue #112811 When the exception hits, the config will end up being saved in the traceback so the memory is never released. This matches the check_config code to homeassistant.config to avoid having the exception thrown. * patch * merge branch