Grid View Strategy

Strategy fully customizable with custom rows. You can create auto-populating Dashboards where you can display anything you like with little configuration!

Grid View Strategy

Usage

You add this to already existing dashboards as an extra view.

Dashboard -> Edit Dashboard -> Kebap Menu -> Raw Configuration Editor -> Paste the following


... (existing dashboard)
views:
  - strategy:
      type: custom:grid-view-strategy
      config: #Your Config here
    title: YourTitle
    icon: mdi:youricon
    path: yourpath

This Strategy needs you to configure it for it to work!

Take a look at the Configuration Documentation for the required options!


Table of contents