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:
@@ -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):
|
||||
|
Reference in New Issue
Block a user