diff --git a/package.json b/package.json index 94b3bd6..824d80a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minimalistic-area-card", - "version": "1.1.13", + "version": "1.1.14", "description": "Minimalistic Area Card for Home Assistant", "keywords": [ "home-assistant", diff --git a/src/minimalistic-area-card.ts b/src/minimalistic-area-card.ts index 3b40b4e..18b84b0 100644 --- a/src/minimalistic-area-card.ts +++ b/src/minimalistic-area-card.ts @@ -260,7 +260,7 @@ class MinimalisticAreaCard extends LitElement { .stateColor=${entityConf.state_color !== undefined ? entityConf.state_color : this.config.state_color !== undefined ? this.config.state_color : true} class=${classMap({ "shadow": this.config.shadow === undefined - ? true : this.config.shadow, + ? false : this.config.shadow, })}> ${isSensor && entityConf.show_state ? html`