s/sensor/switch/ in relevant docs (#1610)
This appears to be a copy & paste error; it does need to both switch and sensor stanzas to work in my installation.
This commit is contained in:
parent
917e6c57dd
commit
d15116cc0a
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ To add this platform to your installation, add the following to your `configurat
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
sensor:
|
switch:
|
||||||
- platform: mfi
|
- platform: mfi
|
||||||
host: IP_ADDRESS
|
host: IP_ADDRESS
|
||||||
username: USERNAME
|
username: USERNAME
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue