Hi,
I have a entity filter card that show door- en window sensors that are open (on).
The list also show the switch behind the entities. I want to hide that so I only see the Icon and the Name of the entities that are on.
I tried “show_state: false”. But I don’t seems to work.
This is my code:
cards:
- entity: group.deurenenramen
image: /local/door2.png
show_name: false
show_state: false
type: picture-entity - card:
show_header_toggle: false
title: Geopende deuren en ramen
entities:- entity: switch.deursensor_cv_ruimte
show_state: false
icon: ‘mdi:door-open’
name: Deur c.v-ruimte
state_filter: - ‘on’
type: entity-filter
type: vertical-stack
- entity: switch.deursensor_cv_ruimte