core/tests/components/homekit
Christian Clauss df7d2b3aeb
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
2020-01-31 08:33:00 -08:00
..
__init__.py
common.py
conftest.py
test_accessories.py Fix typos found by codespell (#31243) 2020-01-31 08:33:00 -08:00
test_get_accessories.py
test_homekit.py
test_type_covers.py Fix HomeKit window covering to support float numbers in the position (#31081) 2020-01-23 09:02:44 -08:00
test_type_fans.py Fix HomeKit with entity registry restoration where supported_features is a non-None falsey (#30657) 2020-01-10 16:33:48 -08:00
test_type_lights.py Fix HomeKit behavior with lights supporting color and temperature (#30756) 2020-01-14 07:09:35 -08:00
test_type_locks.py
test_type_media_players.py Fix HomeKit with entity registry restoration where supported_features is a non-None falsey (#30657) 2020-01-10 16:33:48 -08:00
test_type_security_systems.py
test_type_sensors.py Restore unit_of_measurement from entity registry (#30780) 2020-01-15 08:09:05 -08:00
test_type_switches.py
test_type_thermostats.py Fix HomeKit with entity registry restoration where supported_features is a non-None falsey (#30657) 2020-01-10 16:33:48 -08:00
test_util.py