From cc5bc3c20561e1b2c261d92471aa535b6e7bd52d Mon Sep 17 00:00:00 2001 From: Otto Winter Date: Tue, 4 Jun 2019 13:12:16 +0200 Subject: [PATCH] Add note about passive xiaomi sanning --- components/sensor/xiaomi_miflora.rst | 4 ++++ components/sensor/xiaomi_mijia.rst | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/components/sensor/xiaomi_miflora.rst b/components/sensor/xiaomi_miflora.rst index 3f06f3f03..c21e22b3e 100644 --- a/components/sensor/xiaomi_miflora.rst +++ b/components/sensor/xiaomi_miflora.rst @@ -97,6 +97,10 @@ Note that it can sometimes take some time for the first BLE broadcast to be rece Then just copy the address (``94:2B:FF:5C:91:61``) into a new ``sensor.xiaomi_miflora`` platform entry like in the configuration example at the top. +.. note:: + + The ESPHome Xiaomi integration listens passively to packets the xiaomi device sends by itself. + ESPHome therefore has no impact on the battery life of the device. See Also -------- diff --git a/components/sensor/xiaomi_mijia.rst b/components/sensor/xiaomi_mijia.rst index a59615fa4..daa66c56c 100644 --- a/components/sensor/xiaomi_mijia.rst +++ b/components/sensor/xiaomi_mijia.rst @@ -83,6 +83,10 @@ the process by pressing the grey bluetooth button on the back of the device. Then just copy the address (``7A:80:8E:19:36:BA``) into a new ``sensor.xiaomi_mijia`` platform entry like in the configuration example at the top. +.. note:: + + The ESPHome Xiaomi integration listens passively to packets the xiaomi device sends by itself. + ESPHome therefore has no impact on the battery life of the device. See Also --------