From aa9ca1abc4d1dfc9a096f6ff3762c87cb681fd01 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 20 Jun 2018 23:01:07 -0400 Subject: [PATCH] Lovelace: Add a link to another example card --- docs/lovelace_custom_card.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/lovelace_custom_card.md b/docs/lovelace_custom_card.md index 1d65da7a..01f4a61d 100644 --- a/docs/lovelace_custom_card.md +++ b/docs/lovelace_custom_card.md @@ -89,3 +89,7 @@ views: - type: 'custom:example-card' entity_id: input_boolean.switch_ac_kitchen ``` + +## Other examples + + - Example card using [WiredJS](https://wiredjs.com) - [source](https://gist.github.com/balloob/d86afbecab97b34f9eaeb33b0c0be424)