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)