kalkih / simple-weather-card

Minimalistic weather card for Home Assistant
MIT License
283 stars 33 forks source link

FR: Show up in card picker #48

Closed KTibow closed 1 year ago

KTibow commented 3 years ago

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 commented 1 year ago

fixed by https://github.com/kalkih/simple-weather-card/commit/77cf4ba5e48511bb5ef509e24f8bf678bd036cd0