1
0
mirror of https://github.com/home-assistant/core.git synced 2025-08-12 06:50:00 +00:00
Commit Graph

10 Commits

Author SHA1 Message Date
J. Nick Koston
4cebc767b5 Give users a hint that their bluetooth adapter has been ignored () 2023-02-09 16:41:53 -06:00
epenet
e6333c15eb Use SchemaOptionsFlowHandler in bluetooth () 2022-11-29 13:36:50 +01:00
J. Nick Koston
47c66dbed4 Offload platform specific bluetooth code to bluetooth-adapters ()
* Offload platform specific bluetooth code to bluetooth-adapters

* adjust

* fix some more patch targets

* more test fixes

* almost there

* may not be setup yet

* more fixes

* fixes

* fix test

* fix merge
2022-11-17 14:34:19 -05:00
J. Nick Koston
a28aeeeca7 Hide bluetooth passive option if its not available on the host system ()
* Hide bluetooth passive option if its not available

- We now have a way to determine in advance if passive
  scanning is supported by BlueZ

* drop string
2022-08-27 19:18:54 -04:00
J. Nick Koston
d1486d04d9 Add support for bleak passive scanning on linux () 2022-08-24 12:17:28 -05:00
J. Nick Koston
cd59d3ab81 Add support for multiple Bluetooth adapters () 2022-08-18 21:41:07 -04:00
Franck Nijhof
fc399f21e9 Guard imports for type hinting in Bluetooth () 2022-08-01 17:54:06 +02:00
J. Nick Koston
a813cf987b Add bluetooth options flow to pick the adapter () 2022-07-25 16:52:35 +02:00
Franck Nijhof
8d6247446b Automatically set up Bluetooth during onboarding () 2022-07-23 10:47:12 -05:00
J. Nick Koston
38bccadaa6 Add support for setting up and removing bluetooth in the UI ()
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2022-07-22 13:19:53 -05:00