My Home Assistant Version
core: 2026.4.1
UIX 6.2.0beta 1
I explicitly set the
for: hui-tile-card $ ha-card
to the ha-card, to make the whole tile be locked, so Id expect the tap_action to be blocked too
My UIX installation method
HACS
My lovelace configuration method
GUI
What I am doing
trying to make a tile non interactive on tap (in a forge lock spark)
What I expect to happen
not show handle on hover
What happened instead

Minimal steps to reproduce
- use yaml below
...
Include any yaml code here
type: custom:uix-forge
forge:
uix: !include /config/dashboard/uix_mods/spark_tile_lock.yaml
mold: card
sparks:
- type: lock
for: hui-tile-card $ ha-card # use ha-tile-icon and leave the rest interactive
action: hold
code_dialog:
title: 'Voer Pincode in:'
locks:
- pin: !secret tahoma_secret
admins: true
active: >
{{is_state(config.element.entity,'off')}}
max_retries: 3
max_retries_delay: 30
confirmation:
title: Bevestig actie
text: >
Wil je {{state_attr(config.element.entity,'friendly_name')}} stroom togglen?
element:
type: tile
tap_action:
action: none
entity: switch.garage_deur
name: Garagedeur stroom
Error messages from the browser console
By checking each box below I indicate that I ...
My Home Assistant Version
core: 2026.4.1
UIX 6.2.0beta 1
I explicitly set the
to the ha-card, to make the whole tile be locked, so Id expect the tap_action to be blocked too
My UIX installation method
HACS
My lovelace configuration method
GUI
What I am doing
trying to make a tile non interactive on tap (in a forge lock spark)
What I expect to happen
not show handle on hover
What happened instead
Minimal steps to reproduce
...
Include any yaml code here
Error messages from the browser console
By checking each box below I indicate that I ...