1
0
mirror of https://github.com/esphome/esphome.git synced 2025-03-15 15:18:16 +00:00

convert to list

Co-Authored-By: Otto Winter <otto@otto-winter.com>
This commit is contained in:
gitolicious 2019-05-27 20:53:14 +02:00 committed by GitHub
parent c15155fef2
commit 683d3ae958
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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