1
0
mirror of https://github.com/esphome/esphome.git synced 2025-07-04 06:03:14 +01:00

Fix a bunch of typos ()

Co-authored-by: Stefan Agner <stefan@agner.ch>
Co-authored-by: Otto Winter <otto@otto-winter.com>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
Oxan van Leeuwen
2021-07-26 14:48:57 +02:00
committed by GitHub
parent 6b535b11f8
commit a3dcac62f9
33 changed files with 63 additions and 63 deletions

@ -419,7 +419,7 @@ def get_jschema(path, vschema, create_return_ref=True):
def get_schema_str(vschema):
# Hack on cs.use_id, in the future this can be improved by trackign which type is required by
# Hack on cs.use_id, in the future this can be improved by tracking which type is required by
# the id, this information can be added somehow to schema (not supported by jsonschema) and
# completion can be improved listing valid ids only Meanwhile it's a problem because it makes
# all partial schemas with cv.use_id different, e.g. i2c
@ -675,7 +675,7 @@ def dump_schema():
# The root directory of the repo
root = Path(__file__).parent.parent
# Fake some diretory so that get_component works
# Fake some directory so that get_component works
CORE.config_path = str(root)
file_path = args.output