Hi all,
please could anyone help me with displaying text of icon ?
I tried to use show_name but it doesnt work
Here is my code:
type: picture-elements
elements:
- type: state-icon
entity: binary_sensor.openclose_12
title: GYM dveře
style:
top: 88%
left: 55% - type: state-badge
entity: sensor.temperature_13
title: GYM Teplota
show_name: false
show_state: false
style:
top: 88%
left: 63%
font-size: 12px
image: /local/herink2.png
And problem is that under icon with temperature is still sign. How to remove it ?
Thank you Lukas