1
mirror of https://github.com/home-assistant/core synced 2024-10-01 05:30:36 +02:00
ha-core/homeassistant/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 Prevent a single accessory setup failure from breaking all HomeKit accessories (#34263) 2020-04-15 21:40:38 -05:00
accessories.py Enable pylint unnecessary-pass (#33650) 2020-04-05 10:33:07 +02:00
const.py Set homekit alarm/sensor/switch/cover state as soon as possible (#34245) 2020-04-15 21:38:31 -05:00
manifest.json Convert homekit thermostats to use service callbacks (#34073) 2020-04-12 17:38:33 -05:00
services.yaml
type_covers.py Set homekit alarm/sensor/switch/cover state as soon as possible (#34245) 2020-04-15 21:38:31 -05:00
type_fans.py Convert homekit fans to use service callbacks (#34229) 2020-04-15 21:39:31 -05:00
type_lights.py Convert homekit thermostats to use service callbacks (#34073) 2020-04-12 17:38:33 -05:00
type_locks.py Convert homekit thermostats to use service callbacks (#34073) 2020-04-12 17:38:33 -05:00
type_media_players.py Make homekit aware of STATE_STANDBY (#33679) 2020-04-05 08:47:44 -05:00
type_security_systems.py Set homekit alarm/sensor/switch/cover state as soon as possible (#34245) 2020-04-15 21:38:31 -05:00
type_sensors.py Set homekit alarm/sensor/switch/cover state as soon as possible (#34245) 2020-04-15 21:38:31 -05:00
type_switches.py Set homekit alarm/sensor/switch/cover state as soon as possible (#34245) 2020-04-15 21:38:31 -05:00
type_thermostats.py Convert homekit thermostats to use service callbacks (#34073) 2020-04-12 17:38:33 -05:00
util.py Use f-strings in integrations starting with "H" - "L" (#32265) 2020-02-28 12:39:29 +01:00