mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 21:36:52 +00:00
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
@ -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…
x
Reference in New Issue
Block a user