Skip to content

HarveyOrourke15/Homeassistant-WLED-Card

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WLED Hassio Lovelace Card

First of all big thanks to Aircoookie and his incredible work at the WLED repo, without it this wouldn't be possible!

Test

Installation Guide

  1. Set up MQTT Broker for WLED (restart after setting it)

Guide: https://www.home-assistant.io/addons/mosquitto/

  1. Clone repo and put it under www/wled_control/

  2. Add to resources in configuration/lovelace using the ui

url: /local/wled_control/wled_control.js
type: Javascript Module

url: /local/wled_control/static/wled.css
type: Stylesheet

url: https://cdn.jsdelivr.net/npm/tingle.js@0.15.3/dist/tingle.min.css
type: Stylesheet

Test

  1. Add the custom card like this

Note: IP is needed to load the initial state of WLED since we don't save the state in hassio all communication with the led will happen by MQTT-Messages

- type: custom:wled-control-card
        topic: "wled/[MQTTCHANNEL]"
        ip: "[WLEDIP]"
        title: WLED Strip

About

Home Assistant Lovelace Card to control https://github.com/Aircoookie/WLED solution to "controlling WS2812B RGB LEDs with an ESP8266 over WiFi"

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 90.9%
  • CSS 9.1%