mirror of
https://github.com/esphome/esphome.git
synced 2025-06-20 15:25:41 +01:00
Fix some typos found by codespell (#3598)
This commit is contained in:
esphome
components
anova
api
bl0939
current_based
display
dsmr
ens210
esp32_camera
graph
i2c
light
modbus
modbus_controller
nfc
remote_base
scd4x
sensirion_common
sgp4x
shelly_dimmer
sonoff_d1
thermostat
uart
wifi
xiaomi_miscale
core
script
@ -13,7 +13,7 @@ import esphome.schema_extractors as ejs
|
||||
ejs.EnableSchemaExtraction = True
|
||||
|
||||
# schema format:
|
||||
# Schemas are splitted in several files in json format, one for core stuff, one for each platform (sensor, binary_sensor, etc) and
|
||||
# Schemas are split in several files in json format, one for core stuff, one for each platform (sensor, binary_sensor, etc) and
|
||||
# one for each component (dallas, sim800l, etc.) component can have schema for root component/hub and also for platform component,
|
||||
# e.g. dallas has hub component which has pin and then has the sensor platform which has sensor name, index, etc.
|
||||
# When files are loaded they are merged in a single object.
|
||||
|
Reference in New Issue
Block a user