Add ubiquiti docs
This commit is contained in:
parent
261b2d9e07
commit
7c09ce2162
4 changed files with 103 additions and 0 deletions
35
source/_components/sensor.mfi.markdown
Normal file
35
source/_components/sensor.mfi.markdown
Normal file
|
@ -0,0 +1,35 @@
|
|||
---
|
||||
layout: component
|
||||
title: "mFi Sensor"
|
||||
description: "Instructions how to integrate mFi sensors within Home Assistant."
|
||||
date: 2016-02-07 10:00
|
||||
sidebar: true
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: ubiquiti.png
|
||||
ha_category: Sensor
|
||||
---
|
||||
|
||||
|
||||
The `mfi` sensor platform to allow you to monitor [mFi mPort interface and sensors](https://www.ubnt.com/mfi/mport/).
|
||||
|
||||
To add this platform to your installation, add the following to your `configuration.yaml` file:
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
sensor:
|
||||
platform: mfi
|
||||
host: IP_ADDRESS
|
||||
port: PORT
|
||||
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.
|
||||
- **username** (*Required*): The mFi admin username.
|
||||
- **password** (*Required*): The mFi admin user's password.
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue