Shaegi / Homeassistant-WLED-Card

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

WLED with HA integration? #10

Closed stefancvetkovic closed 3 years ago

stefancvetkovic commented 4 years ago

Hello I added all the files into my www folder but I m getting this: image

here is the my resource file: image

MarvinWalther commented 4 years ago

I think, there has to be a /local in front of every entry. For example: /local/lib/iro.min.js.

stefancvetkovic commented 4 years ago

I added /local/ prefix, its the same. this is my folder structure with files. https://i.imgur.com/JeTBcbM.png https://i.imgur.com/CZplQNy.png

Also, is this card can work with HA INtegration WLED? without putting any mqtt topic?

stefancvetkovic commented 4 years ago

https://i.imgur.com/bjT0axV.png

daranto commented 4 years ago

Hey,

you need to edit the lovelace_resources in the .storage folder.

Change the "type": "module", to "type": "js"

After the change it should work.

Shaegi commented 3 years ago

Since this issue seem to be resolved, I will close it.