bacwolf / hass-ledfx

LedFx for Home Assistant

Home Page:https://community.home-assistant.io/t/ledfx-deep-integration-component/366750

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LedFX for Home Assistant

hacs_badge CodeQL Telegram

Component for deep integration LedFx from Home Assistant.

Requirements

Important information

  • Effect controls (number, switch, select) are disabled by default. They must be enabled manually.
  • Controls (number, switch, select) if enabled, have the status UNAVAILABLE by default. After enabling the effect on the device, the status will be changed by those that are supported by this effect.

More info

Install

The easiest way to install the LedFx integration is with HACS. First install HACS if you don’t have it yet. After installation you can find this integration in the HACS store under integrations.

Alternatively, you can install it manually. Just copy and paste the content of the hass-ledfx/custom_components folder in your config/custom_components directory. As example, you will get the sensor.py file in the following path: /config/custom_components/ledfx/sensor.py. The disadvantage of a manual installation is that you won’t be notified about updates.

Config

Via GUI

Settings > Integrations > Plus > LedFx

To connect, enter the ip address and port. And also if you use basic auth, enter the user and password.

Via YAML (legacy way) not supported

Performance

  1. Install lovelace-auto-entities from HACS
  2. Install light-entity-card from HACS
  3. Add new Lovelace card before that replacing device: example

About

LedFx for Home Assistant

https://community.home-assistant.io/t/ledfx-deep-integration-component/366750

License:Apache License 2.0


Languages

Language:Python 100.0%