From 32c90b84eb057bf7f8f40b696a22cde132b03cc0 Mon Sep 17 00:00:00 2001 From: Richard Lewis Date: Mon, 27 May 2019 18:02:04 +0300 Subject: [PATCH] Update bh1750.rst (fix incorrect link text) (#246) Fix adafruit link text to "Adafruit" instead of "Aliexpress". --- components/sensor/bh1750.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/sensor/bh1750.rst b/components/sensor/bh1750.rst index 75fb614c1..c8702acf7 100644 --- a/components/sensor/bh1750.rst +++ b/components/sensor/bh1750.rst @@ -7,7 +7,7 @@ BH1750 Ambient Light Sensor :keywords: BH1750 The ``bh1750`` sensor platform allows you to use your BH1750 -(`datasheet `__, `Aliexpress`_, `mklec`_) +(`datasheet `__, `Adafruit`_, `mklec`_) ambient light sensor with ESPHome. The :ref:`I²C bus ` is required to be set up in your configuration for this sensor to work. @@ -17,7 +17,7 @@ your configuration for this sensor to work. BH1750 Ambient Light Sensor. -.. _Aliexpress: https://www.adafruit.com/product/1603 +.. _Adafruit: https://www.adafruit.com/product/1603 .. _mklec: http://mklec.com/modules/micro-controller-modules/bh1750-bh1750fvi-digital-light-sensor-module .. figure:: images/bh1750-ui.png