1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 19:32:19 +01:00

dashboard: split dashboard web server code into its own module (#5770)

This commit is contained in:
J. Nick Koston
2023-11-15 15:34:09 -06:00
committed by GitHub
parent 4ce627b4ee
commit c795dbde26
4 changed files with 1091 additions and 1068 deletions

View File

@@ -514,7 +514,7 @@ def command_clean(args, config):
def command_dashboard(args):
from esphome.dashboard import dashboard
return dashboard.start_web_server(args)
return dashboard.start_dashboard(args)
def command_update_all(args):