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:
Christian Clauss 2020-01-31 17:33:00 +01:00 committed by GitHub
parent a017c26234
commit df7d2b3aeb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
121 changed files with 170 additions and 156 deletions

View file

@ -140,7 +140,7 @@ class UtilityMeterSensor(RestoreEntity):
diff = Decimal(new_state.state) - Decimal(old_state.state)
if (not self._sensor_net_consumption) and diff < 0:
# Source sensor just rolled over for unknow reasons,
# Source sensor just rolled over for unknown reasons,
return
self._state += diff