mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Mark RuuviTag devices not connectable (#84345)
This commit is contained in:
parent
f17a42dc27
commit
e575fffd23
@ -5,10 +5,12 @@
|
|||||||
"documentation": "https://www.home-assistant.io/integrations/ruuvitag_ble",
|
"documentation": "https://www.home-assistant.io/integrations/ruuvitag_ble",
|
||||||
"bluetooth": [
|
"bluetooth": [
|
||||||
{
|
{
|
||||||
"manufacturer_id": 1177
|
"manufacturer_id": 1177,
|
||||||
|
"connectable": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"local_name": "Ruuvi *"
|
"local_name": "Ruuvi *",
|
||||||
|
"connectable": false
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"requirements": ["ruuvitag-ble==0.1.1"],
|
"requirements": ["ruuvitag-ble==0.1.1"],
|
||||||
|
@ -265,10 +265,12 @@ BLUETOOTH: list[dict[str, bool | str | int | list[int]]] = [
|
|||||||
"service_data_uuid": "0000fdcd-0000-1000-8000-00805f9b34fb",
|
"service_data_uuid": "0000fdcd-0000-1000-8000-00805f9b34fb",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
"connectable": False,
|
||||||
"domain": "ruuvitag_ble",
|
"domain": "ruuvitag_ble",
|
||||||
"manufacturer_id": 1177,
|
"manufacturer_id": 1177,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
"connectable": False,
|
||||||
"domain": "ruuvitag_ble",
|
"domain": "ruuvitag_ble",
|
||||||
"local_name": "Ruuvi *",
|
"local_name": "Ruuvi *",
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user