From 3adbb39d0b710813a23e93aa93073cb21b2ecc31 Mon Sep 17 00:00:00 2001 From: Alone Date: Sun, 1 Nov 2020 12:24:46 +0800 Subject: [PATCH] add illuminance for xiaomi_mjyd02yla (#779) --- components/sensor/xiaomi_ble.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/sensor/xiaomi_ble.rst b/components/sensor/xiaomi_ble.rst index be547d092..95c9d1b16 100644 --- a/components/sensor/xiaomi_ble.rst +++ b/components/sensor/xiaomi_ble.rst @@ -296,6 +296,8 @@ Configuration example: name: "MJYD02YL-A Light Status" battery_level: name: "MJYD02YL-A Battery Level" + illuminance: + name: "MJYD02YL-A Illuminance" Setting Up Devices ------------------