I have a picture elements display, im trying to disable clicking on state images
But even with
tap-action:
action: none
and
hold-action:
action: none
when you click on the image, it brings up an entity
State in question:
- type: image
entity: light.bedroom
image: /local/house/Transparent.png
state_image:
'on': /local/house/MasterBedroom_On.png
'off': /local/house/Transparent.png
style:
top: 50%
left: 50%
width: 100%
height: 100%
tap-action:
action: none
hold-action:
action: none
pointer-events: none