Hi ,
I use the entity-filter card, together with an glance-card to display active lights in the house.
I want to disable tap_action
, but where ever I put in that code, its not working and i can still click on the group/entity to get more information.
My code:
card:
title: Actieve verlichting
type: glance
tap_action:
action: 'none'
entities:
- group.keuken
- group.eetkamer
- group.woonkamer
- group.gang
- group.badkamer
- group.zolder
show_empty: false
state_filter:
- 'on'
type: entity-filter
I do use this also in another card and in that card its working perfect;
cards:
- aspect_ratio: 100%
double_tap_action: none
entity: person.dave
hold_action: none
image: /local/images/dave_picture_entity.jpg
name: Dave
state_filter:
Home: brightness(110%)
not_home: brightness(50%) grayscale(80%)
tap_action: none
type: picture-entity
- aspect_ratio: 100%
double_tap_action: none
entity: person.anne
hold_action: none
image: /local/images/anne_picture_entity.jpg
name: Anne
state_filter:
Away: brightness(50%) grayscale(80%)
Home: brightness(110%)
tap_action: none
type: picture-entity
type: horizontal-stack
Hope someone can help me in the right direction.
Thanks!
Dave