Hi
Im using a glance card for some scene activations and would like to remove the word “Scening” from underneath the icons as in the screenshot.
Does anyone know if it’s possible to remove?
Hi
Im using a glance card for some scene activations and would like to remove the word “Scening” from underneath the icons as in the screenshot.
Does anyone know if it’s possible to remove?
Add show_state: false
to the card config.
Thank you!
Could I have a bit of help with this - I have tried to add the show_state: false
but I must be putting it in the wrong place
- id: '1604503208059'
name: Exit Office
show_state: false
cards:
entities:
light.tradfri_bulb_2:
friendly_name: TRADFRI bulb 2
supported_features: 33
state: 'off'
light.tradfri_bulb_3:
friendly_name: TRADFRI bulb 3
supported_features: 33
state: 'off'
cover.e:
current_position: 0
model: FYRTUR block-out roller blind
friendly_name: E
supported_features: 15
state: closed
media_player.office:
volume_level: 0.17
is_volume_muted: false
media_duration: 0
media_position: 0
media_position_updated_at: '2020-11-04T15:19:54.257799+00:00'
media_title: 'Radio Paradise: Mellow Mix'
media_artist: ''
media_album_name: ''
media_album_artist: ''
shuffle: false
friendly_name: Office
entity_picture: /api/media_player_proxy/media_player.office?token=5026c41aa4bb2adb37b4987c26622dc43caa64f73d1bc974a670da807a379be5&cache=82255955a29154d7
supported_features: 55231
state: idle
icon: mdi:exit-run
What am I doing wrong?
TIA