We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9863739 commit 6316805Copy full SHA for 6316805
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "minimalistic-area-card",
3
- "version": "1.1.12",
+ "version": "1.1.13",
4
"description": "Minimalistic Area Card for Home Assistant",
5
"keywords": [
6
"home-assistant",
src/minimalistic-area-card.ts
@@ -191,7 +191,8 @@ class MinimalisticAreaCard extends LitElement {
191
"darken"
192
: this.config.darken_image === undefined ? false : this.config.darken_image,
193
})} />` : null}
194
- ${this.config.camera_image ? html`<div class="camera" class=${classMap({
+ ${this.config.camera_image ? html`<div class=${classMap({
195
+ "camera": true,
196
197
198
})}>
0 commit comments