I am trying to keep the images pure so I can change the text etc. without editing the image everytime.
I managed to create the background bar by using type: icon without an icon.
I wanted to use ‘title’ in the icon element but that does not seem to work. Maybe I am missing something?
- type: icon
icon: mdi
title: Living room
style:
background-color: rgba(0, 0, 0, 0.5)
bottom: 0
color: white
font-size: 12px
left: 0
line-height: 300%
padding: 0 0px
transform: initial
width: 100%
P.S.: The icon is left blank on purpose. That way I can create an “empty” bar at the bottom.