IP address of the controller not sensor or switch (#21311)

This commit is contained in:
Ralf Muehlen 2022-01-23 23:57:33 -08:00 committed by GitHub
parent aea492368a
commit cf729b1e3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ To add this platform to your installation, add the following to your `configurat
# Example configuration.yaml entry
sensor:
- platform: mfi
host: IP_ADDRESS_OF_SENSOR
host: IP_ADDRESS_OF_CONTROLLER
username: YOUR_USERNAME
password: YOUR_PASSWORD
```
@ -73,7 +73,7 @@ To add this platform to your installation, add the following to your `configurat
# Example configuration.yaml entry
switch:
- platform: mfi
host: IP_ADDRESS_OF_SWITCH
host: IP_ADDRESS_OF_CONTROLLER
username: YOUR_USERNAME
password: YOUR_PASSWORD
```