royto / logbook-card

Logbook card for Home Assistant UI Lovelace
GNU General Public License v3.0
198 stars 9 forks source link

Show up in card picker #39

Closed KTibow closed 3 years ago

KTibow commented 3 years ago

Cards can show up in the card picker with the 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.

royto commented 3 years ago

Done in v1.3.0

I was just working on it ...