mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-02 01:07:36 +00:00
1.2 KiB
1.2 KiB
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_iot_class | ha_release |
---|---|---|---|---|---|---|---|---|---|---|---|
page | mFi Sensor | Instructions how to integrate mFi sensors within Home Assistant. | 2016-02-07 10:00 | true | false | true | true | ubiquiti.png | Sensor | Local Polling | 0.32 |
The mfi
sensor platform to allow you to monitor mFi mPort interface and sensors.
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
username: USERNAME
password: PASSWORD
Configuration variables:
- host (Required): The IP address or hostname of your mFi controller.
- port (Optional): The port of your mFi controller. Defaults to 6443 for TLS, otherwise 6080.
- username (Required): The mFi admin username.
- password (Required): The mFi admin user's password.
- ssl (Optional): If
True
, use SSL/TLS to contact the mFi controller. Defaults toTrue
. - verify_ssl (Optional): Set this to
False
if your mFi controller has a self-signed certificate. Defaults toTrue
.