Skip to content

[Bug]: tap action none still shows handle on hover #192

@Mariusthvdb

Description

@Mariusthvdb

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

Image

Minimal steps to reproduce

  1. 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 ...

  • Understand that this is a channel for reporting bugs, not a support forum (https://community.home-assistant.io/).
  • Have made sure I am using the latest version of the integration.
  • Have searched Home Assistant logs for any relevant UIX errors or warnings.
  • Understand that failure to follow the template above may increase the time required to handle my bug-report, or cause it to be closed without further action.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions