From 9957ed41af3f9c5bf6000f6931d34c4b9274d7fa Mon Sep 17 00:00:00 2001 From: cogneato Date: Mon, 2 Jul 2018 21:00:08 -0600 Subject: [PATCH] Update lovelace_custom_card.md changed ui-lovelace.yaml example to match description above it --- docs/lovelace_custom_card.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/lovelace_custom_card.md b/docs/lovelace_custom_card.md index cc7d746e..93579ef8 100644 --- a/docs/lovelace_custom_card.md +++ b/docs/lovelace_custom_card.md @@ -92,7 +92,7 @@ resources: views: - name: Example cards: - - type: "custom:custom-card-example" + - type: "custom:content-card-example" entity: input_boolean.switch_tv ```