dashboard: move storage json update to a background task in edit save (#6280)

* dashboard: move storage json update to a background task in edit save

* dashboard: move storage json update to a background task in edit save

* fix typing

* docs
This commit is contained in:
J. Nick Koston
2024-02-24 18:39:47 -10:00
committed by Jesse Hills
parent 2cf6393161
commit 84c6e52be2
4 changed files with 31 additions and 7 deletions
+2
View File
@@ -8,3 +8,5 @@ MAX_EXECUTOR_WORKERS = 48
SENTINEL = object()
DASHBOARD_COMMAND = ["esphome", "--dashboard"]