Anyone using this card with Fibaro RGBW (z-wave) and able to share some config ?
Hello, I canāt add integration in HACS - there is no ālight entity cardā , when I trying to add integration - search return other integrations, that have ālightā in tittles, but none light entity card
When I tried to add new repository and paste a link to project in github - the hacs returns an answer, that light antithesis card already exists in other repository
Adding a file to home directory of HA without hacs and configuring like
Matt_Barnes an augustā19 also failed- the interface of my HA returns āCustom element doesnāt exist: light-entity-cardā
Hacs and HA are the latest versions, other integrations from hacs also installing well
What can I try to do else?
Thanks
Itās not an integration - itās a plugin. Shows under frontend in HACS.
thanks a lot!
i found it!!
THA-A-A-NKS
I have the same issue but cant even get temperature to show. It it helps at all, Iām trying to get an Inovelli z-wave lzw42 RGBW bulb to work.
Since the update to HA 0.112.0, for me this card is rendering light groups as separate individual light entities, each with its own controls.
Is anyone else seeing this? Iāll post an issue on gitub if itās not just me.
same for me after the update to 0.112.1
See the Change Log https://github.com/ljmerza/light-entity-card/releases.
Use consolidate_entities: true for grouped entities.
Thanks, that solved the problem
Iāve gone into Configuration>Lovelace Dashboards, clicked on Resources tab up top and added
/www/light-entity-card/light-entity-card.js
With Resource type as JavaScript Module and I canāt seem to add this under UI configuration when I add a Manual Card. When I add:
type: 'custom:light-entity-card'
I get:
Custom element doesnāt exist: light-entity-card. type: ācustom:light-entity-cardā
Iāve tried removing custom: with no fix either. Can someone please help get me straight?
Great card, however I donāt get the effects to work. I provided some of my Hue scenes there. But when I select one from the drop down it does not get applied.
type: custom:light-entity-card
entity: light.woonkamer
group: true
persist_features: true
effects_list:
- "Savanna sunset"
- "Tropical twilight"
- "Arctic aurora"
- "Spring blossom"
- "Relax"
- "Read"
- "Concentrate"
- "Energize"
- "Bright"
- "Dimmed"
- "Nightlight"
For those who get this error:
Custom element doesnāt exist: light-entity-card. type: ācustom:light-entity-cardā
Try this:
In Configuration->Lovelace control panels->Resources replace this:
/hacsfiles/light-entity-card/light-entity-card.js
with this:
/www/community/light-entity-card/light-entity-card.js
Since the route where the js file is installed is wrong!
It worked for me
After a reboot the problem is back! So I found this solution:
Create the folder hacsfiles in config and copy inside the light-entity-card from www/community/. Then reboot HA
yett another card killed by developers of HA
Since the newest release it constantly fails to load the card.
I guess itās caused by the way developers chose to handle loading of custom components.
Any chance this can get fixed soon?
Thanks for pointing that out.
Didnāt notice that.
In that case i guess i have to look for a working alternative for my brightness and color temperature sliders.
Thatās old info. The github has been revived after HA reverted some changes for custom cards. For now the card works fine again. Also he updated the card with this changelog a 13 days ago:
* added lazy loader for HA v0.116
I have it working fine on HA 116.2, running as popup with browser_mod.
hhmā¦ but iām currently not able to find the card in HACS?!?1