mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-14 05:20:31 +00:00
cleanup rows (#2863)
This commit is contained in:
committed by
Paulus Schoutsen
parent
9bf06ca0af
commit
c0896d173d
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user