simple-weather-card
simple-weather-card copied to clipboard
FR: Show up in card picker
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.