Hi there,
I finally finished my WLED project but now i can’t figure out how to make the card in Home Assistant.
My simple tought was this, but ofcourse this was to simple…
type: entities
title: My Title
entities:
- entity: light.wled
effect: 'colorloop'
The message i receive is:
Expected a value of type {entity,name,icon} | entity-id
for entities.0.effect
but received "colorloop"
.
Any advise?.
tom_l
August 9, 2020, 6:45pm
2
Remove:
effect: 'colorloop'
Save the card.
Click on the light name to bring up the more info pop-up. Turn the light on. You should see an effects option, colour wheel etc.
I know, but would it be possible to create 2 buttons each with a different effect.
You could either use light-entity-card (HACS) to have a drop-down menu for effects, or create a script with the effect you want using wled.effect service and create a button for the script.