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
This commit is contained in:
Ettienne Gous 2018-01-19 00:18:29 +11:00 committed by Franck Nijhof
parent 895dc1cbdd
commit 5d284b274c

View File

@ -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: