mirror of
https://github.com/esphome/esphome.git
synced 2024-11-13 02:37:47 +01:00
Logging a proper url allows terminals to make it clickable (#2554)
This commit is contained in:
parent
5389382798
commit
a88c022406
1 changed files with 1 additions and 1 deletions
|
@ -963,7 +963,7 @@ def start_web_server(args):
|
||||||
server.add_socket(socket)
|
server.add_socket(socket)
|
||||||
else:
|
else:
|
||||||
_LOGGER.info(
|
_LOGGER.info(
|
||||||
"Starting dashboard web server on port %s and configuration dir %s...",
|
"Starting dashboard web server on http://0.0.0.0:%s and configuration dir %s...",
|
||||||
args.port,
|
args.port,
|
||||||
settings.config_dir,
|
settings.config_dir,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue