diff --git a/esphome/storage_json.py b/esphome/storage_json.py index 8d55f7b770..305201ccb1 100644 --- a/esphome/storage_json.py +++ b/esphome/storage_json.py @@ -102,7 +102,7 @@ class StorageJSON(object): board=esph.board, build_path=esph.build_path, firmware_bin_path=esph.firmware_bin, - loaded_integrations=esph.loaded_integrations, + loaded_integrations=list(esph.loaded_integrations), ) @staticmethod