mirror of
https://github.com/esphome/esphome.git
synced 2025-10-21 19:23:45 +01:00
Improve error checking: too many component id candidates (#1570)
* add error too many candidates * Improve error checking of ids
This commit is contained in:
committed by
GitHub
parent
570ec36fe3
commit
d5cf4b7eac
@@ -320,6 +320,8 @@ def command_config(args, config):
|
||||
def command_vscode(args):
|
||||
from esphome import vscode
|
||||
|
||||
logging.disable(logging.INFO)
|
||||
logging.disable(logging.WARNING)
|
||||
CORE.config_path = args.configuration[0]
|
||||
vscode.read_config(args)
|
||||
|
||||
|
Reference in New Issue
Block a user