mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +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",
|
"documentation": "https://www.home-assistant.io/integrations/sensirion_ble",
|
||||||
"bluetooth": [
|
"bluetooth": [
|
||||||
{
|
{
|
||||||
|
"connectable": false,
|
||||||
"manufacturer_id": 1749
|
"manufacturer_id": 1749
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
"connectable": false,
|
||||||
"local_name": "MyCO2*"
|
"local_name": "MyCO2*"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
@ -273,10 +273,12 @@ BLUETOOTH: list[dict[str, bool | str | int | list[int]]] = [
|
|||||||
"local_name": "Ruuvi *",
|
"local_name": "Ruuvi *",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
"connectable": False,
|
||||||
"domain": "sensirion_ble",
|
"domain": "sensirion_ble",
|
||||||
"manufacturer_id": 1749,
|
"manufacturer_id": 1749,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
"connectable": False,
|
||||||
"domain": "sensirion_ble",
|
"domain": "sensirion_ble",
|
||||||
"local_name": "MyCO2*",
|
"local_name": "MyCO2*",
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user