Hi,
I have multiple values from the same sensor displayed on a blueprint but those are pretty close to each other thus when I add background color those are overlapped due to the padding of the label:
Is there a way to decrease the default (8px) padding? I’ve tried to add padding: 0px 0px 0px 0px
to the style but I realized that padding for an inner div
:
[new users: one pic only]
so, applying padding like this:
- color: white
entity: sensor.basement_s1_temperature
font-family: Helvetica
font-size: 12px
style:
left: 35%
top: 86%
background-color: blue
padding: 0px 0px 0px 0px
text-align: center
type: state-label
just does not work.
Could anyone help in this matter?
Thanks,
/sza2