core/tests/components/homekit
Niccolo Zapponi 483a4535c8
Handle software version being None when setting up HomeKit accessories (#54130)
* Convert all HomeKit service info to string prior to checking for max length

* Added check for None software version

* Added test case for numeric version number

* Update tests/components/homekit/test_accessories.py

Co-authored-by: J. Nick Koston <nick@koston.org>

* Fix style & none version test

* Fix test

* revert other change since it should be covered by the format_sw_version fix

Co-authored-by: J. Nick Koston <nick@koston.org>
2021-08-06 09:34:42 -07:00
..
__init__.py
common.py
conftest.py Upgrade HAP-python to 3.5.0 (#51261) 2021-05-31 20:47:12 +02:00
test_accessories.py Handle software version being None when setting up HomeKit accessories (#54130) 2021-08-06 09:34:42 -07:00
test_aidmanager.py Spelling fixes (#51642) 2021-06-11 13:35:03 +02:00
test_config_flow.py Fix homekit locks not being created from when setup from the UI (#53301) 2021-07-21 22:22:06 -07:00
test_get_accessories.py Add support for tilt only covers to HomeKit (#53130) 2021-07-18 10:17:58 -10:00
test_homekit.py Ensure HomeKit accessories are started again after reset (#53372) 2021-07-24 16:31:30 +02:00
test_img_util.py
test_init.py
test_type_cameras.py Bump HAP-python to 3.6.0 (#53754) 2021-07-30 12:44:28 -07:00
test_type_covers.py Add support for tilt only covers to HomeKit (#53130) 2021-07-18 10:17:58 -10:00
test_type_fans.py Update tests c-h to use registry async_get (#47652) 2021-03-09 14:31:17 +01:00
test_type_humidifiers.py Run homekit service calls in async since the server is now async (#45859) 2021-02-19 21:34:52 -10:00
test_type_lights.py Split color temp and color into separate HomeKit services when a light supports both (#53471) 2021-07-27 10:10:05 -07:00
test_type_locks.py Update homekit lock to support locking, unlocking, jammed (#52819) 2021-07-20 21:55:19 -07:00
test_type_media_players.py Auto recreate HomeKit TVs when the sources are out of sync (#53208) 2021-07-20 21:46:39 -07:00
test_type_remote.py Auto recreate HomeKit TVs when the sources are out of sync (#53208) 2021-07-20 21:46:39 -07:00
test_type_security_systems.py Fix invalid homekit state when arming (#53646) 2021-07-28 16:09:49 -07:00
test_type_sensors.py Update tests c-h to use registry async_get (#47652) 2021-03-09 14:31:17 +01:00
test_type_switches.py Increase time before scene and script HomeKit entities are reset (#54105) 2021-08-05 19:24:24 -07:00
test_type_thermostats.py Update tests c-h to use registry async_get (#47652) 2021-03-09 14:31:17 +01:00
test_util.py Create homekit locks according to spec (#48453) 2021-03-31 09:22:30 -07:00
util.py