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: {} }; }