cleanup rows (#2863)

This commit is contained in:
Ian Richardson
2019-02-28 11:48:18 -06:00
committed by Paulus Schoutsen
parent 9bf06ca0af
commit c0896d173d
18 changed files with 165 additions and 142 deletions

View File

@@ -20,8 +20,11 @@ import { setValue } from "../../../data/input_text";
@customElement("hui-input-number-entity-row")
class HuiInputNumberEntityRow extends LitElement implements EntityRow {
@property() public hass?: HomeAssistant;
@property() private _config?: EntityConfig;
private _loaded?: boolean;
private _updated?: boolean;
public setConfig(config: EntityConfig): void {