Update esphome/writer.py

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
J. Nick Koston
2025-08-14 10:05:11 -05:00
committed by GitHub
co-authored by Copilot
parent ef07d3e0c8
commit d42d9fa41e
+1 -1
View File
@@ -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...",