mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-07 03:28:58 +00:00
1.1 KiB
1.1 KiB
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category |
---|---|---|---|---|---|---|---|---|---|
page | mFi Switch | Instructions how to integrate mFi switches within Home Assistant. | 2016-02-07 10:00 | true | false | true | true | ubiquiti.png | Switch |
The mfi
switch platform to allow you to control mFi Controllable Power Outlets.
To add this platform to your installation, add the following to your configuration.yaml
file:
# Example configuration.yaml entry
sensor:
platform: mfi
host: IP_ADDRESS
port: PORT
username: USERNAME
password: PASSWORD
use_tls: true
verify_tls: true
Configuration variables:
- host (Required): The IP address or hostname of your mFi controller.
- port (Optional): The port of your mFi controller. Defaults to 6443.
- username (Required): The mFi admin username.
- password (Required): The mFi admin user's password.
- use_tls (Optional): If true, use TLS to contact the mFi controller. Defaults to true.
- verify_tls (Optional): Set this to false if your mFi controller has a self-signed certificate. Defaults to true.