puttyman / hass-amplifi

A home assistant integration for Ubiquiti Amplifi
27 stars 16 forks source link
amplifi amplifihd hacs home-assistant home-automation integration ubiquiti

hacs_badge

Hass Amplifi 2.1.0

BREAKING CHANGE

A sensor hass integration that allows you to monitor devices connected to Amplifi on Wifi (LAN ports in progress).

You can use this addon to perform the following automations:

Installation

Install with HACS (recomended)

Do you you have HACS installed? Once you have HACS.

Install manually

  1. Install this platform by creating a custom_components folder in the same folder as your configuration.yaml, if it doesn't already exist.
  2. Create another folder amplifi in the custom_components folder. Copy all files from custom_components into the amplifi folder.

Setup

You can setup this component by using HA integration by going to Configuration -> Integration. Then click on the + bottom right button. Search for Amplifi. Simply enter your hostname and password for your Amplifi router.

Supported devices

Supported HA

Caveats

Development

Enable logging by defining the logger entry to your configuration.yaml.

logger:
  default: info
  logs:
    custom_components.amplifi: debug