hi,
i created a map of my living room in lovelace using
picture-elements
I would like to create an icon of a shelly bulb duo.
But i want when i click on the bulb icon (mdi:lightbulb) to turn on or off only (without displaying the slider of shelly).
here is my actual code showing the slider of the shelly bulb
- title: Jardin
panel: true
icon: mdi:tree
cards:
- type: picture-elements
image: "local/jardin.png"
elements:
- type: icon
#tap_action:
# action: toggle
icon: mdi:lightbulb
entity: light.shellybulbduo_3494546b062c
style:
# color: black
top: 50%
left: 25%
how to modify that ?
thx