Update shelly and bluetooth for new shelly bluetooth proxies (#24945)

This commit is contained in:
J. Nick Koston 2022-11-15 12:39:01 -06:00 committed by GitHub
parent 99e24332d6
commit 4c800a0162
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 0 deletions

View File

@ -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

View File

@ -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 %}