I’m wanting to place a picture-entity within a ‘regular’ card along with some entities.
I did this using a vertical stack, but it puts the entities in 1 card, and the image in another card
- type: vertical-stack
cards:
- type: entities
entities:
- entity: sensor.sammy_xbox_status
- type: picture-entity
entity: sensor.xbox_sammy_playing
show_name: false
show_state: false
state_image:
"Wreckfest": /local/xbox-wreckfest.png
"Fortnite": /local/xbox-banner-fortnite.jpg
"Not Playing": /local/xbox-banner-none.png
This is how I'd like it to look
I’m guessing (hoping) this can be done somehow. Anyone know how?