I would see the background image on this tab? It does not show the background defined at the very top of my code, while all other tabs do, but it does not show the image either?
You can’t just make up fields and expect them to work. Always consult the docs for what fields are available. The only way you can make this work is by using card mod which is not built into HA.
Thanks petro. I found it hard to read / workthrough the docs for this. In the docs it says:
CONFIGURATION VARIABLES
views list REQUIRED
A list of view configurations.
title string REQUIRED
The title or name.
badges list (optional)
List of entities IDs or badge objects to display as badges. Note that badges do not show when view is in panel mode.
cards list (optional)
Cards to display in this view.
path string (optional, default: view index)
Paths are used in the URL, more info below.
icon string (optional)
Icon-name from Material Design Icons.
panel boolean (optional, default: false)
Renders the view in panel mode, more info below.
background string (optional)
Style the background using CSS, more info below.
but without examples it was hard to work out if this was what I wanted
Turns out I need the “fixed” bit after a local image
background: >-
center / cover no-repeat
url("/local/images/c42background.jpg")
fixed
this is exactly what i had at the start of this, but when clicking on the image in the image folder it brought up a load of meta text, deleted, re-uploaded, added the above and all working. separate images per tab!