mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Update bluetooth with support setting up and removing in the UI (#23488)
This commit is contained in:
parent
8f9b343099
commit
f9bf1eaead
@ -14,8 +14,12 @@ ha_integration_type: integration
|
|||||||
|
|
||||||
The Bluetooth Monitoring and Discovery integration will detect nearby bluetoth devices. Discovered devices will show up in the discovered section on the integrations page in the configuration panel.
|
The Bluetooth Monitoring and Discovery integration will detect nearby bluetoth devices. Discovered devices will show up in the discovered section on the integrations page in the configuration panel.
|
||||||
|
|
||||||
|
{% include integrations/config_flow.md %}
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
While this integration is part of [`default_config:`](/integrations/default_config/) to enable automatic discovery of the Bluetooth Adapter, it will only be enabled by setting up the configuration flow, or manually adding it to your `configuration.yaml`.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
bluetooth:
|
bluetooth:
|
||||||
@ -27,9 +31,15 @@ Some systems may not come with Bluetooth and require a USB adapter. Installing a
|
|||||||
|
|
||||||
### Known working adapters
|
### Known working adapters
|
||||||
|
|
||||||
ASUS USB-BT400
|
- ASUS USB-BT400
|
||||||
ASUS USB-BT500
|
- ASUS USB-BT500
|
||||||
|
|
||||||
### Unsupported adapters
|
### Unsupported adapters
|
||||||
|
|
||||||
tp-link UB500 - Frequent connection failures
|
- tp-link UB500 - Frequent connection failures
|
||||||
|
|
||||||
|
## Integrations that require exclusive use of the Bluetooth Adapter
|
||||||
|
|
||||||
|
While newer integrations can share the Bluetooth Adapter, some legacy integrations require exclusive use of the adapter. Enabling this integration may prevent an integration that has not been updated to use newer methods from functioning.
|
||||||
|
|
||||||
|
Deleting the config entry for this integration will release control of the adapter and allow another integration to gain exclusive use of the Bluetooth adapter. If you have manually added `bluetooth:` to your `configuration.yaml`, you must also remove it to prevent the configuration from being recreated.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user