mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Set connectable as false for sensirion_ble (#83481)
This is a passive ble integration. Not setting it as false means it won't match properly when using through a passive remote scanner.
This commit is contained in:
parent
5e81f853e6
commit
b2edf9b598
@ -5,9 +5,11 @@
|
||||
"documentation": "https://www.home-assistant.io/integrations/sensirion_ble",
|
||||
"bluetooth": [
|
||||
{
|
||||
"connectable": false,
|
||||
"manufacturer_id": 1749
|
||||
},
|
||||
{
|
||||
"connectable": false,
|
||||
"local_name": "MyCO2*"
|
||||
}
|
||||
],
|
||||
|
@ -273,10 +273,12 @@ BLUETOOTH: list[dict[str, bool | str | int | list[int]]] = [
|
||||
"local_name": "Ruuvi *",
|
||||
},
|
||||
{
|
||||
"connectable": False,
|
||||
"domain": "sensirion_ble",
|
||||
"manufacturer_id": 1749,
|
||||
},
|
||||
{
|
||||
"connectable": False,
|
||||
"domain": "sensirion_ble",
|
||||
"local_name": "MyCO2*",
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user