diff --git a/source/_integrations/bluetooth.markdown b/source/_integrations/bluetooth.markdown index 3ca8dccfe84..3c40752794d 100644 --- a/source/_integrations/bluetooth.markdown +++ b/source/_integrations/bluetooth.markdown @@ -124,6 +124,13 @@ The Bluetooth integration supports receiving advertisement data from external ad The following remote adapters are supported: - [ESPHome](https://esphome.io) + - Bluetooth advertisement listening: ESPHome ESP32 device with firmware 2022.8.2 or later + - Single active connection: ESPHome ESP32 device with firmware 2022.9.3 or later + - Multiple active connections: ESPHome ESP32 device with firmware 2022.11.0 or later +- [Shelly](/integrations/shelly/) + - Bluetooth advertisement listening: Shelly v2 device with firmware 12.0 or later + - Single active connection: not supported + - Multiple active connections: not supported ### ESPHome requirements diff --git a/source/_integrations/shelly.markdown b/source/_integrations/shelly.markdown index 72ca5b750e7..0b065eea4db 100644 --- a/source/_integrations/shelly.markdown +++ b/source/_integrations/shelly.markdown @@ -281,3 +281,9 @@ Please check from the device Web UI that the configured server is reachable. - Generation 1 "Shelly 4Pro" and "Shelly Sense" are not supported (devices based on old CoAP v1 protocol) - Before set up, battery-powered devices must be woken up by pressing the button on the device. - OTA update service does not support battery-powered devices + +## Bluetooth Support + +Shelly generation 2 devices running firmware 0.12 or later can act as a Bluetooth proxy for advertisements. Active or passive listening can be enabled in the options flow. + +{% include integrations/option_flow.md %}