Hi,
Any ideas on how to hide the state in a group when held in an entity card (lovelace)
try:
show_header_toggle: false
Sorry, should have mentioned i’d tried that.
It’s a group within an entity card as below:
…
- type: entities
title: Living Room TV
entities:
- entity: media_player.amazon_fire_tv
type: custom:mini-media-player
hide_volume: true
show_source: false
hide_controls: true
power_color: true
group: true
- entity: group.fire_inputs
show_header_toggle: false
…
Ah, show_header_toggle is not a valid option for an entity inside an entities card. I somehow missed the detail that you were dealing with a group inside an entity card. I don’t think there is a way to remove the state in that fashion.
try ‘show_state: false’