Update HomeKit Controller for BLE support (#23417)

This commit is contained in:
J. Nick Koston 2022-07-17 08:19:22 -05:00 committed by GitHub
parent b6754cfab4
commit 43a2a3b172
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,7 @@ ha_category:
- Switch - Switch
ha_release: 0.68 ha_release: 0.68
ha_iot_class: Local Push ha_iot_class: Local Push
ha_bluetooth: true
ha_config_flow: true ha_config_flow: true
ha_codeowners: ha_codeowners:
- '@Jc2k' - '@Jc2k'
@ -78,7 +79,9 @@ HomeKit IP accessories for these device types may work with some caveats:
HomeKit controller will poll your devices, but it will also automatically enable push updates for accessories that support it. HomeKit controller will poll your devices, but it will also automatically enable push updates for accessories that support it.
Home Assistant does not currently support HomeKit BLE. ## Bluetooth device support
HomeKit Controller will automatically discover Bluetooth devices once the [Bluetooth](/integrations/bluetooth) integration is enabled and functional. Bluetooth devices may take significantly longer to pair than IP devices. Battery-powered devices may require pressing a button on the device to wake it before pairing can be successful.
## 'Stateless' switches and sensors ## 'Stateless' switches and sensors