From 191cb98e343a5d875b84f3aafb75bc1aea7ae5d8 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Fri, 15 Feb 2019 12:17:22 -0800 Subject: [PATCH] Update prop declaration" --- docs/lovelace_custom_card.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/lovelace_custom_card.md b/docs/lovelace_custom_card.md index c277cd35..d723db34 100644 --- a/docs/lovelace_custom_card.md +++ b/docs/lovelace_custom_card.md @@ -128,8 +128,8 @@ loadCSS("https://fonts.googleapis.com/css?family=Gloria+Hallelujah"); class WiredToggleCard extends LitElement { static get properties() { return { - hass: Object, - config: Object + hass: {}, + config: {} }; }