From e9a148927945478fd00ed8049815d17160785571 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Mon, 20 Feb 2023 09:01:52 -0500 Subject: [PATCH] Remove advanced card resources as they are outdated (#1689) --- docs/frontend/custom-ui/custom-card.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/docs/frontend/custom-ui/custom-card.md b/docs/frontend/custom-ui/custom-card.md index 49967107..841bda26 100644 --- a/docs/frontend/custom-ui/custom-card.md +++ b/docs/frontend/custom-ui/custom-card.md @@ -384,13 +384,3 @@ To have it displayed in the tile card editor, you must add an object describing Required properties of the object are `type` and `name`. It is recommended to define the `supported` option with a function so the editor can only propose the feature if it is compatible with the selected entity in the tile card. Set `configurable` to `true` if your entity has additional configuration (e.g. `label` option in the example above) so the editor. Also, the static functions `getConfigElement` and `getStubConfig` work the same as with normal custom maps. - -## Advanced Resources - -Community Maintained Boilerplate Card - Advanced Template (Typescript, Rollup, Linting, etc.) - -- [Boilerplate Card](https://github.com/custom-cards/boilerplate-card) - -Developer Documentation for [HACS](https://hacs.xyz/) (Home Assistant Community Store). - -- [HACS Plugin Docs](https://hacs.xyz/docs/publish/plugin)