home-assistant.io/source/_components/switch.mfi.markdown
Fabian Affolter 2851b2a606
Update configuration samples (#5041)
* Update configuration samples

* Minor changes
2018-03-29 10:02:47 +02:00

1.2 KiB

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

The mfi switch platform to allow you to control mFi Controllable Power Outlets.

{% linkable_title Configuration %}

To add this platform to your installation, add the following to your configuration.yaml file:

# Example configuration.yaml entry
switch:
  - platform: mfi
    host: IP_ADDRESS_OF_SWITCH
    username: YOUR_USERNAME
    password: YOUR_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.
  • ssl (Optional): If True, use SSL/TLS to contact the mFi controller. Defaults to True.
  • verify_ssl (Optional): Set this to False if your mFi controller has a self-signed certificate. Defaults to True.