mirror of
https://github.com/home-assistant/core.git
synced 2026-08-31 10:34:00 +01: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