Hi
I am trying to implement interactive floor plan and I got stuck on shading image based on led color (gledopto gl-c-008p)
I successfully applied a color, but failed to access led’s data to pass it. Here is my attempt:
- type: conditional
conditions:
- entity: switch.livingroom_light_strip
state: 'on'
elements:
- type: image
image: /local/images/Livingroom_Strip.png
tap_action:
action: none
style:
top: 39.9%
left: 74.2%
filter: >-
opacity(0.5) drop-shadow(0 0 0
rgb(255,0, 0)) #pass gledopto gl-c-008p (device light.livingroom_light_strip) data here
And how it’s looks now (without linking to real led):
Any insights to link it to strip?