Memo board card

Configuration

Installation instructions

HACS installation: Go to the hacs store and use the repo url REPO URL HERE and add this as a custom repository under settings.

Add the following to your ui-lovelace.yaml:

resources:
  url: /community_plugin/plugin/memo-board-card.js
  type: module

Manual installation: Copy the .js file from the dist directory to your www directory and add the following to your ui-lovelace.yaml file:

resources:
  url: /local/memo-board-card.js
  type: module

Main Options

Name Type Default Supported options Description
entity string Required climate.nest The entity of the input select it should use

Example configuration in lovelace-ui.yaml: