Skip to content

Commit

Permalink
Add documentation URL to window object (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
karwosts committed Nov 30, 2023
1 parent 07c78d4 commit 1df5359
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions grocy-chores-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -858,6 +858,7 @@ window.customCards.push({
name: 'Grocy Chores and Tasks Card',
preview: false,
description: 'A card used to display chores and/or tasks from the Grocy custom component.',
documentationURL: 'https://github.com/isabellaalstrom/lovelace-grocy-chores-card'
});

customElements.define('grocy-chores-card', GrocyChoresCard);

0 comments on commit 1df5359

Please sign in to comment.