From a9fcbda1d06bcd44c6c907b5a81d6d99594127d1 Mon Sep 17 00:00:00 2001 From: Shay Levy Date: Wed, 18 Jan 2023 20:36:25 +0200 Subject: [PATCH] Shelly - Move Bluetooth sesction to start (#25825) --- source/_integrations/shelly.markdown | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/source/_integrations/shelly.markdown b/source/_integrations/shelly.markdown index ec39dace02c..9133d54f53c 100644 --- a/source/_integrations/shelly.markdown +++ b/source/_integrations/shelly.markdown @@ -61,6 +61,12 @@ Generation 2 devices use the `RPC` protocol to communicate with the integration. Integration is communicating directly with the device; cloud connection is not needed. +## 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 %} + ## Entity naming (generation 1) The integration uses `Device Name` to name its entities if the device has only one relay or no relays at all. @@ -284,8 +290,3 @@ Please check from the device Web UI that the configured server is reachable. - 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 %}