core/tests/components/homekit
J. Nick Koston 5e3e4bda28
Prevent a single accessory setup failure from breaking all HomeKit accessories (#34263)
* Prevent a single accessory setup failure from breaking all HomeKit accessories

Raise the max devices to 150 as the spec allows for this
many.  Previously 100 made sense because of the event
storms when homekit started would sometimes break pairing,
as these have largely been fixed in 0.109 (still a few
to cleanup) using the HAP spec limit of 150 is now possible.

* Handle both failure states
2020-04-15 21:40:38 -05:00
..
__init__.py Add missing __init__ test files (#16871) 2018-09-25 23:08:37 +02:00
common.py Black 2019-07-31 12:25:30 -07:00
conftest.py Convert homekit fans to use service callbacks (#34229) 2020-04-15 21:39:31 -05:00
test_accessories.py Remove legacy async_add_job from homekit tests (#33727) 2020-04-05 21:33:36 -05:00
test_get_accessories.py Add and use percentage constant (#32094) 2020-02-28 11:46:48 -08:00
test_homekit.py Prevent a single accessory setup failure from breaking all HomeKit accessories (#34263) 2020-04-15 21:40:38 -05:00
test_type_covers.py Add tilt support to basic homekit window covers (#33937) 2020-04-12 15:27:17 -07:00
test_type_fans.py Convert homekit fans to use service callbacks (#34229) 2020-04-15 21:39:31 -05:00
test_type_lights.py Convert homekit fans to use service callbacks (#34229) 2020-04-15 21:39:31 -05:00
test_type_locks.py Remove legacy async_add_job from homekit tests (#33727) 2020-04-05 21:33:36 -05:00
test_type_media_players.py Remove legacy async_add_job from homekit tests (#33727) 2020-04-05 21:33:36 -05:00
test_type_security_systems.py Remove legacy async_add_job from homekit tests (#33727) 2020-04-05 21:33:36 -05:00
test_type_sensors.py Remove legacy async_add_job from homekit tests (#33727) 2020-04-05 21:33:36 -05:00
test_type_switches.py Set homekit alarm/sensor/switch/cover state as soon as possible (#34245) 2020-04-15 21:38:31 -05:00
test_type_thermostats.py Convert homekit fans to use service callbacks (#34229) 2020-04-15 21:39:31 -05:00
test_util.py Remove legacy async_add_job from homekit tests (#33727) 2020-04-05 21:33:36 -05:00