mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-10 10:56:49 +00:00
IP address of the controller not sensor or switch (#21311)
This commit is contained in:
parent
aea492368a
commit
cf729b1e3f
@ -28,7 +28,7 @@ To add this platform to your installation, add the following to your `configurat
|
|||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
sensor:
|
sensor:
|
||||||
- platform: mfi
|
- platform: mfi
|
||||||
host: IP_ADDRESS_OF_SENSOR
|
host: IP_ADDRESS_OF_CONTROLLER
|
||||||
username: YOUR_USERNAME
|
username: YOUR_USERNAME
|
||||||
password: YOUR_PASSWORD
|
password: YOUR_PASSWORD
|
||||||
```
|
```
|
||||||
@ -73,7 +73,7 @@ To add this platform to your installation, add the following to your `configurat
|
|||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
switch:
|
switch:
|
||||||
- platform: mfi
|
- platform: mfi
|
||||||
host: IP_ADDRESS_OF_SWITCH
|
host: IP_ADDRESS_OF_CONTROLLER
|
||||||
username: YOUR_USERNAME
|
username: YOUR_USERNAME
|
||||||
password: YOUR_PASSWORD
|
password: YOUR_PASSWORD
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user