2020-01-07 15:29:46 +01:00

1.3 KiB

title description logo ha_category ha_release ha_iot_class
Ubiquiti UniFi LED Instructions on how to configure the UniFi LED integration with UniFi LED Controller by Ubiquiti. ubiquiti.png
Light
0.102 Local Polling

UniFi LED by Ubiquiti Networks, inc. is a system of controller managed led light panels and dimmers.

There is currently support for the following device type within Home Assistant:

Configuration

# Example configuration.yaml entry
light:
  - platform: unifiled
    host: IP_ADDRESS
    username: USERNAME
    password: PASSWORD

{% configuration %} host: description: Ip address or hostname used to connect to the Unifi LED controller. type: string required: true default: None port: description: Port used to connect to the Unifi LED controller. type: string required: false default: 20443 username: description: Username used to log into the Unifi LED controller. type: string required: true default: None password: description: Password used to log into the Unifi LED controller. type: string required: true default: None {% endconfiguration %}

Light

The light panels output state and brightness are synchronized with Home Assistant.