mirror of
https://github.com/esphome/esphome.git
synced 2025-07-04 06:03:14 +01:00
Fix a bunch of typos (#2058)
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:
esphome
components
ac_dimmer
aht10
atm90e32
b_parasite
dallas
dht
e131
esp32_ble
esp32_ble_tracker
ethernet
fujitsu_general
inkbird_ibsth1_mini
max7219digit
nextion
qmc5883l
rc522
remote_base
scd30
script
ssd1331_base
st7789v
sx1509
tuya
vl53l0x
waveshare_epaper
xiaomi_ble
xiaomi_miscale
core
script
@ -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
|
||||
|
Reference in New Issue
Block a user