From 6343922de2c5d0a05c0dc2513b6345f8e25b41eb Mon Sep 17 00:00:00 2001 From: karwosts <32912880+karwosts@users.noreply.github.com> Date: Fri, 24 Nov 2023 12:28:42 -0800 Subject: [PATCH] Update custom-card.md - add documentationURL (#1990) --- docs/frontend/custom-ui/custom-card.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/frontend/custom-ui/custom-card.md b/docs/frontend/custom-ui/custom-card.md index bca28f2a..51ce5942 100644 --- a/docs/frontend/custom-ui/custom-card.md +++ b/docs/frontend/custom-ui/custom-card.md @@ -267,6 +267,7 @@ window.customCards.push({ name: "Content Card", preview: false, // Optional - defaults to false description: "A custom card made by me!", // Optional + documentationURL: "https://developers.home-assistant.io/docs/frontend/custom-ui/custom-card/", // Adds a help link in the frontend card editor }); ```