Skip to content

Commit

Permalink
v1.0.1 - Bubble Card is out of beta !
Browse files Browse the repository at this point in the history
  • Loading branch information
Clooos authored Oct 5, 2023
1 parent 57f80a9 commit eb41cde
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/bubble-card.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var version = 'v1.0.0';
var version = 'v1.0.1';

let editor;

Expand Down Expand Up @@ -1879,8 +1879,8 @@ class BubbleCardEditor extends LitElement {
></ha-textfield>
<ha-textfield
label="Optional - Auto close in Milliseconds (e.g. 15000)"
.value="${this._autoclose}"
.configValue="${"autoclose"}"
.value="${this._auto_close}"
.configValue="${"auto_close"}"
@input="${this._valueChanged}"
style="width: 100%;"
></ha-textfield>
Expand Down

0 comments on commit eb41cde

Please sign in to comment.