1
0
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:
Guillermo Ruffino
2021-03-07 19:59:32 -03:00
committed by GitHub
parent 570ec36fe3
commit d5cf4b7eac
4 changed files with 68 additions and 25 deletions

View File

@@ -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)