mirror of
https://github.com/esphome/esphome.git
synced 2025-09-02 19:32:19 +01:00
Changes for 1.12 (#482)
* Update setup scripts * Add delete action, remove Hass config command * Update esphome.js * Lint
This commit is contained in:
@@ -29,6 +29,10 @@ def esphome_storage_path(base_path): # type: (str) -> str
|
||||
return os.path.join(base_path, '.esphome', 'esphome.json')
|
||||
|
||||
|
||||
def trash_storage_path(base_path): # type: (str) -> str
|
||||
return os.path.join(base_path, '.esphome', 'trash')
|
||||
|
||||
|
||||
# pylint: disable=too-many-instance-attributes
|
||||
class StorageJSON(object):
|
||||
def __init__(self, storage_version, name, esphome_core_version, esphome_version,
|
||||
|
Reference in New Issue
Block a user