kalkih / mini-graph-card

Minimalistic graph card for Home Assistant Lovelace UI
MIT License
2.87k stars 231 forks source link

`tap_action` does not do anyting in HA 2024 #1052

Closed ViRuSTriNiTy closed 6 months ago

ViRuSTriNiTy commented 6 months ago

Hi there,

I am trying to set action to none for tap_action. But the card still shows the more-info dialog.

Example code:

type: custom:mini-graph-card
tap_action:
  action: none

System

Home Assistant Core 2024.1.2 Supervisor 2023.12.0 Operating System 11.4 Frontend 20240104.0

Any idea what is broken?

ildar170975 commented 6 months ago

Cannot reproduce, works as expected. Recheck.

ViRuSTriNiTy commented 6 months ago

Is it possible that other integrations / add-ons are causing this? I installed browser_mod recently to replace the more-info dialog. This could be related.

ildar170975 commented 6 months ago

Try with a minimal code:

type: custom:mini-graph-card
entities:
  - zone.home
tap_action:
  action: none

w/o using browser_mod.

ViRuSTriNiTy commented 6 months ago

Strange, it is working now. Perhaps some kind of cache issue, because I tested it on a mobile device in the companion app. Thanks for helping. Resolved, therefore closed.