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! Could be used to implement Battery/Update Strategy or something like that.

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!

Modifications are possible to:

  • the rows/grids in the view (number of grids, header, etc.)

Table of contents