mirror of
https://github.com/esphome/esphome.git
synced 2025-06-26 02:03:15 +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
@ -452,7 +452,7 @@ def lint_no_removed_in_idf_conversions(fname, match):
|
||||
replacement = IDF_CONVERSION_FORBIDDEN[match.group(1)]
|
||||
return (
|
||||
f"The macro {highlight(match.group(1))} can no longer be used in ESPHome directly. "
|
||||
f"Plese use {highlight(replacement)} instead."
|
||||
f"Please use {highlight(replacement)} instead."
|
||||
)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user