diff --git a/homeassistant/components/sensirion_ble/manifest.json b/homeassistant/components/sensirion_ble/manifest.json index f13f393a844..a3011639d3e 100644 --- a/homeassistant/components/sensirion_ble/manifest.json +++ b/homeassistant/components/sensirion_ble/manifest.json @@ -5,9 +5,11 @@ "documentation": "https://www.home-assistant.io/integrations/sensirion_ble", "bluetooth": [ { + "connectable": false, "manufacturer_id": 1749 }, { + "connectable": false, "local_name": "MyCO2*" } ], diff --git a/homeassistant/generated/bluetooth.py b/homeassistant/generated/bluetooth.py index 922e754e84a..42bea46086e 100644 --- a/homeassistant/generated/bluetooth.py +++ b/homeassistant/generated/bluetooth.py @@ -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*", },