Span over columns and rows in grid card

Well, I’ll try, but need to figure out how to make it… My full dashboard code is +35k characters, while forum allors for 32k characters post only… Perhaps I’ll need to think of Git to share the code.
EDIT: ok, so I created a new gists with necessary files:

dashboard.yaml contains full code for this dashboard and themes.yaml theme I used (I frequently refer in my config to custom color palette thefined in this file).
Some watchouts:

  • dashboard contains 2 variants based on mediaquery result; one for PC screen and one for mobile. Both varies by layout of grid.
  • there are some conditional cards for router bandwith monitoring. If main link is up then WAN and VPN cards are displayed. If link goes down and router switches to LTE backup, then corresponding LTE card is displayted instead.
  • obviously there is plenty custom sensors specific to my home network HW…
2 Likes

This is awesome! Thanks so much! It’s some great inspiration and gives me some ideas for things related to custom theming as well.