1
0
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:
Jesse Hills
2025-03-03 15:24:05 +13:00
committed by GitHub
parent 10eacaccba
commit d9e23fdb5c
2 changed files with 29 additions and 11 deletions

View File

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