Skip to content

Disabling Modules

Josh Willox edited this page Jul 6, 2020 · 1 revision

Canary's code is modularized and each module can be completely disabled from the Lovelace config. Disabling modules may provide a slight performance improvement, however, it is primarily for compatibility and debugging purposes.

Available Modules

  • generic-entity-row
  • generic-card
  • glance-card
  • vertical-stack
  • warning

Example

canary:
  disable:
    - vertical-stack
    - warning
title: Home
views:
  ...