mirror of
https://github.com/esphome/esphome.git
synced 2025-09-03 20:02:22 +01:00
Update esphome/writer.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -111,7 +111,7 @@ def update_storage_json():
|
||||
return
|
||||
|
||||
if storage_should_clean(old, new):
|
||||
if old and old.loaded_integrations - new.loaded_integrations:
|
||||
if old.loaded_integrations - new.loaded_integrations:
|
||||
removed = old.loaded_integrations - new.loaded_integrations
|
||||
_LOGGER.info(
|
||||
"Components removed (%s), cleaning build files...",
|
||||
|
Reference in New Issue
Block a user