Fix typos found by codespell (#31243)
* Fix typos found by codespell * Fix typos found by codespell * codespell: Furture ==> Future * Update test_config_flow.py * Update __init__.py * Spellcheck: successfull ==> successful * Codespell: unsuccesful ==> unsuccessful * Codespell: cant ==> can't * Codespell: firware ==> firmware * Codespell: mimick ==> mimic
This commit is contained in:
parent
a017c26234
commit
df7d2b3aeb
121 changed files with 170 additions and 156 deletions
|
@ -281,7 +281,7 @@ def _get_bom_stations():
|
|||
"""Return {CONF_STATION: (lat, lon)} for all stations, for auto-config.
|
||||
|
||||
This function does several MB of internet requests, so please use the
|
||||
caching version to minimise latency and hit-count.
|
||||
caching version to minimize latency and hit-count.
|
||||
"""
|
||||
latlon = {}
|
||||
with io.BytesIO() as file_obj:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue