Add bluetooth adapter model and manufacturer to config flow (#115780)

* Show bluetooth adapter model and manufacturer in config flow

If there are multiple adapters, it could be a bit difficult
to figure out which one is which

* Show bluetooth adapter model and manufacturer in config flow

If there are multiple adapters, it could be a bit difficult
to figure out which one is which

* reorder

* reorder

* names

* remove

* fix incomplete mocking

* more missing mocks
This commit is contained in:
J. Nick Koston 2024-04-18 09:39:32 -05:00 committed by GitHub
parent fbdef7f5cd
commit 53c48537d7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
31 changed files with 102 additions and 46 deletions

View file

@ -1,6 +1,6 @@
{
"config": {
"flow_title": "[%key:component::bluetooth::config::flow_title%]",
"flow_title": "{name}",
"step": {
"user": {
"description": "[%key:component::bluetooth::config::step::user::description%]",