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:
parent
895dc1cbdd
commit
5d284b274c
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue