Update custom-card.md - add documentationURL (#1990)

This commit is contained in:
karwosts 2023-11-24 12:28:42 -08:00 committed by GitHub
parent 629b9ec50e
commit 6343922de2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
});
```