From 5fa975f0298e0fdcd9707e14beefe8feb4374eaf Mon Sep 17 00:00:00 2001 From: Otto Winter Date: Sat, 19 Feb 2022 15:49:29 +0100 Subject: [PATCH] BH1750 dynamically calculate options (#1915) --- components/sensor/bh1750.rst | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/components/sensor/bh1750.rst b/components/sensor/bh1750.rst index 173eb6f79..3c5326afc 100644 --- a/components/sensor/bh1750.rst +++ b/components/sensor/bh1750.rst @@ -28,15 +28,8 @@ your configuration for this sensor to work. - platform: bh1750 name: "BH1750 Illuminance" address: 0x23 - measurement_duration: 69 update_interval: 60s -By default the **measurement_duration** is set to ``69`` which will result into measurements up -to 54612.5 lx for this sensor. For low-light situations consider to choose a higher -measurement_duration up to ``254`` which will result in a maximum measurement range up to 14835 lx. -For sunny scenes (for example outdoors with sunlight) use lower values down to ``31`` which will -give you the maximum measurement range up to 121556 lx. - Configuration variables: ------------------------ @@ -44,10 +37,6 @@ Configuration variables: - **address** (*Optional*, int): Manually specify the I²C address of the sensor. Defaults to ``0x23`` (address if address pin is pulled low). If the address pin is pulled high, the address is ``0x5C``. -- **measurement_duration** (*Optional*, int): Manually specify the measurement duration between ``31`` - and ``254``. Defaults to ``69``. -- **resolution** (*Optional*, string): The resolution of the sensor in lx. One of ``4.0``, - ``1.0``, ``0.5``. Defaults to ``0.5`` (the maximum resolution). - **update_interval** (*Optional*, :ref:`config-time`): The interval to check the sensor. Defaults to ``60s``. - **id** (*Optional*, :ref:`config-id`): Manually specify the ID used for code