Turn off tap action on gauge/entity?

Gauge with disabled “tap_action”:

type: gauge
entity: sensor.processor_use
card_mod:
  style: |
    ha-card {pointer-events: none;}

image

Entity with disabled “tap_action”:

type: entity
entity: sun.sun
card_mod:
  style: |
    ha-card {pointer-events: none;}

image

3 Likes