home-assistant.io/source/_components/sensor.mfi.markdown
2018-10-19 19:59:14 +02:00

1.4 KiB

layout title description date sidebar comments sharing footer logo ha_category ha_iot_class ha_release
page mFi Sensor Instructions on how to integrate mFi sensors within Home Assistant. 2016-02-07 10:00 true false true true ubiquiti.png Network Local Polling 0.32

The mfi sensor platform to allow you to monitor mFi mPort interface and sensors.

{% linkable_title Configuration %}

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_OF_SENSOR
    username: YOUR_USERNAME
    password: YOUR_PASSWORD

{% configuration %} host: description: The IP address or hostname of your mFi controller. required: true type: string port: description: The port of your mFi controller. required: false default: 6080 (6443 for TLS) type: integer username: description: The mFi admin username. required: true type: string password: description: The mFi admin user's password. required: true type: string ssl: description: If true, use SSL/TLS to contact the mFi controller. required: false default: true type: boolean verify_ssl: description: Set this to false if your mFi controller has a self-signed certificate. required: false default: true type: boolean {% endconfiguration %}