Add bluetooth options flow to pick the adapter (#75701)
This commit is contained in:
parent
3df7892454
commit
a813cf987b
15 changed files with 318 additions and 31 deletions
|
@ -2,3 +2,10 @@
|
|||
|
||||
DOMAIN = "bluetooth"
|
||||
DEFAULT_NAME = "Bluetooth"
|
||||
|
||||
CONF_ADAPTER = "adapter"
|
||||
|
||||
MACOS_DEFAULT_BLUETOOTH_ADAPTER = "CoreBluetooth"
|
||||
UNIX_DEFAULT_BLUETOOTH_ADAPTER = "hci0"
|
||||
|
||||
DEFAULT_ADAPTERS = {MACOS_DEFAULT_BLUETOOTH_ADAPTER, UNIX_DEFAULT_BLUETOOTH_ADAPTER}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue