Good morning to everybody,
I have a very classic Lovalace configuration which displays my house map with icons representing the more useful entities. My problem is that the map includes a large portion of garden on the top part, while the house itself is on the bottom part of the image. How can I allow to open the card displaying directly the house without the need to scroll down the page every time?
This is a simplified version fo the code I use:
title: Home
views:
- title: Covers
panel: true
path: covers
badges: []
cards:
- type: picture-elements
image: /local/home.png
elements:
- type: image
entity: cover.living_1
style:
top: 50%
left: 21%
state_image:
"open": /local/icons/shutter/shutter-open.png
"closed": /local/icons/shutter/shutter-closed.png
"opening": /local/icons/shutter/shutter-opening.png
"closing": /local/icons/shutter/shutter-closing.png
"unknown": /local/icons/shutter/shutter-unknown.png