From cf729b1e3f7ab95aa6b16d26c8e4107cbf845ea6 Mon Sep 17 00:00:00 2001 From: Ralf Muehlen Date: Sun, 23 Jan 2022 23:57:33 -0800 Subject: [PATCH] IP address of the controller not sensor or switch (#21311) --- source/_integrations/mfi.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/mfi.markdown b/source/_integrations/mfi.markdown index 66899b31209..d50593cf2a1 100644 --- a/source/_integrations/mfi.markdown +++ b/source/_integrations/mfi.markdown @@ -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 ```