simple-weather-card icon indicating copy to clipboard operation
simple-weather-card copied to clipboard

FR: Show up in card picker

Open KTibow opened this issue 3 years ago • 0 comments

Cards can show up in the card picker using this syntax:

window.customCards = window.customCards || [];
window.customCards.push({
  type: "content-card-example",
  name: "Content Card",
  preview: false, // Optional - defaults to false
  description: "A custom card made by me!" // Optional
});

It'd be nice if this card supported that.

KTibow avatar Mar 29 '21 14:03 KTibow