2024-11-27 18:57:16 +01:00

1.6 KiB

title description ha_category ha_release ha_iot_class ha_codeowners ha_domain ha_platforms ha_integration_type related ha_quality_scale
UniFi LED Instructions on how to configure the UniFi LED integration with UniFi LED Controller by Ubiquiti.
Light
0.102 Local Polling
@florisvdk
unifiled
light
integration
docs title
/docs/configuration/ Configuration file
legacy

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

To use the {% term integration %} in your installation, add it to your {% term "configuration.yaml" %} file. {% include integrations/restart_ha_after_config_inclusion.md %}

# 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.