core/homeassistant/components/homekit_controller
J. Nick Koston e522b6e3b8
Bump aiohomekit to 1.1.7 (#75384)
BLEDevice is now passed around instead of the address
internally to avoid bleak creating a new scanner each
time a client needs to resolve the address to os details
2022-07-18 07:36:01 +01:00
..
translations [ci skip] Translation update 2022-07-18 00:24:34 +00:00
__init__.py Restore accessory state into pairing using new HKC methods (#75276) 2022-07-16 12:49:15 -05:00
alarm_control_panel.py
binary_sensor.py
button.py
camera.py Await startup in homekit controller (#75021) 2022-07-14 07:44:27 -05:00
climate.py
config_flow.py Add bluetooth discovery to HomeKit Controller (#75333) 2022-07-17 08:19:05 -05:00
connection.py Fix availability in HKC for sleeping bluetooth devices (#75357) 2022-07-17 17:45:04 -05:00
const.py
cover.py
device_trigger.py Fix HKC device triggers (#75371) 2022-07-17 12:56:07 -05:00
diagnostics.py Restore accessory state into pairing using new HKC methods (#75276) 2022-07-16 12:49:15 -05:00
fan.py
humidifier.py
light.py
lock.py
manifest.json Bump aiohomekit to 1.1.7 (#75384) 2022-07-18 07:36:01 +01:00
media_player.py
number.py
select.py
sensor.py
storage.py Restore accessory state into pairing using new HKC methods (#75276) 2022-07-16 12:49:15 -05:00
strings.json Add bluetooth discovery to HomeKit Controller (#75333) 2022-07-17 08:19:05 -05:00
strings.select.json
switch.py
utils.py