1
0
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:
J. Nick Koston
2025-08-14 10:05:11 -05:00
committed by GitHub
parent ef07d3e0c8
commit d42d9fa41e

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...",