From 1df5359fc83b89b2df82e53d9f513b917b90770c Mon Sep 17 00:00:00 2001 From: karwosts <32912880+karwosts@users.noreply.github.com> Date: Thu, 30 Nov 2023 00:33:22 -0800 Subject: [PATCH] Add documentation URL to window object (#143) --- grocy-chores-card.js | 1 + 1 file changed, 1 insertion(+) diff --git a/grocy-chores-card.js b/grocy-chores-card.js index b505d92..9a61b55 100644 --- a/grocy-chores-card.js +++ b/grocy-chores-card.js @@ -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);