We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91f80f3 commit 8a79f91Copy full SHA for 8a79f91
1 file changed
b2500d-card.js
@@ -497,7 +497,7 @@ class B2500DCard extends LitElement {
497
icon = `mdi:battery-${level}`;
498
}
499
return html`
500
- <div class="compact">
+ <div class="compact" @click=${() => this._handleMoreInfo(this._getEntity("battery_percentage"))}>
501
<div class="device">
502
<div class="unit">
503
<div class="battery-bar">
@@ -856,3 +856,4 @@ class B2500DCardEditor extends LitElement {
856
857
858
customElements.define("b2500d-card-editor", B2500DCardEditor);
859
+
0 commit comments