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:
parent
c15155fef2
commit
683d3ae958
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user