diff --git a/components/sensor/ruuvitag.rst b/components/sensor/ruuvitag.rst index 999262ec0..8c2a7be2e 100644 --- a/components/sensor/ruuvitag.rst +++ b/components/sensor/ruuvitag.rst @@ -153,12 +153,14 @@ Setting Up Devices To set up RuuviTag devices you first need to find their MAC Address so that ESPHome can identify them. So first, create a simple configuration without any -``ruuvitag`` entries like so: +``ruuvitag`` entries but with ``ruuvi_ble`` enabled like so: .. code-block:: yaml esp32_ble_tracker: + ruuvi_ble: + After uploading the ESP32 will immediately try to scan for BLE devices. When it detects these sensors, it will automatically parse the BLE message print a message like this one: diff --git a/components/sensor/xiaomi_ble.rst b/components/sensor/xiaomi_ble.rst index f64940b17..0666c3950 100644 --- a/components/sensor/xiaomi_ble.rst +++ b/components/sensor/xiaomi_ble.rst @@ -458,6 +458,8 @@ To find the MAC Address so that ESPHome can identify the device, you can create esp32_ble_tracker: + xiaomi_ble: + After uploading, the ESP32 will immediately try to scan for BLE devices. When it detects a new sensor, it will automatically parse the BLE message print a message like this one: .. code::