From 5d284b274cfd9f3384c4b0c9f8993e7f3b64b731 Mon Sep 17 00:00:00 2001 From: Ettienne Gous Date: Fri, 19 Jan 2018 00:18:29 +1100 Subject: [PATCH] Fix platform incorrect CaSe (#4451) Was saying platform not found with incorrect case when I used check config Lower down in the doc it shows a correct example with lower case that did work --- source/_components/sensor.bh1750.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/sensor.bh1750.markdown b/source/_components/sensor.bh1750.markdown index 754dc91f86e..8b07a844825 100644 --- a/source/_components/sensor.bh1750.markdown +++ b/source/_components/sensor.bh1750.markdown @@ -26,7 +26,7 @@ To use your BH1750 sensor in your installation, add the following to your `confi ```yaml # Example configuration.yaml entry sensor: - - platform: BH1750 + - platform: bh1750 ``` Configuration variables: