Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
rccoleman committed Feb 14, 2021
1 parent 54eba03 commit 1022444
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lamarzocco-config-card.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import {
property,
TemplateResult,
} from 'lit-element';
// import { repeat } from 'lit-html/directives/repeat.js';
import { ClassInfo, classMap } from 'lit-html/directives/class-map';
import './components/value-unit.component';
import { CARD_SIZE, CARD_VERSION, MODEL_NAME } from './const';
Expand Down Expand Up @@ -44,8 +43,9 @@ window.customCards.push({
});
@customElement('lamarzocco-config-card')
export class LaMarzoccoConfigCard extends LitElement implements LovelaceCard {
private _hass!: HomeAssistant;
@property({ attribute: false }) private config!: LaMarzoccoConfigCardConfig;

private _hass!: HomeAssistant;
private cardType!: CardType;
private valueRangeList: ValueRange[] = [];
private hassEntity!: HassEntity;
Expand Down

0 comments on commit 1022444

Please sign in to comment.