* 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 |
||
---|---|---|
.. | ||
__init__.py | ||
common.py | ||
conftest.py | ||
test_accessories.py | ||
test_get_accessories.py | ||
test_homekit.py | ||
test_type_covers.py | ||
test_type_fans.py | ||
test_type_lights.py | ||
test_type_locks.py | ||
test_type_media_players.py | ||
test_type_security_systems.py | ||
test_type_sensors.py | ||
test_type_switches.py | ||
test_type_thermostats.py | ||
test_util.py |