Log View Strategy

View Strategy with one page for displaying accumulated log entries for fully configurable groups of entitites.

Log 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:log-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 number of log presets
  • the entities included in the single presets

Table of contents