mirror of
https://github.com/esphome/esphome.git
synced 2025-09-02 19:32:19 +01:00
[dashboard] Rename trash/delete to archive (#8357)
This commit is contained in:
@@ -36,6 +36,10 @@ def trash_storage_path() -> str:
|
||||
return CORE.relative_config_path("trash")
|
||||
|
||||
|
||||
def archive_storage_path() -> str:
|
||||
return CORE.relative_config_path("archive")
|
||||
|
||||
|
||||
class StorageJSON:
|
||||
def __init__(
|
||||
self,
|
||||
|
Reference in New Issue
Block a user