mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-19 07:16:39 +00:00
Lint
This commit is contained in:
parent
2349e2f251
commit
4ff2d941c3
@ -1,7 +1,6 @@
|
|||||||
import {
|
import {
|
||||||
html,
|
html,
|
||||||
LitElement,
|
LitElement,
|
||||||
PropertyDeclarations,
|
|
||||||
PropertyValues,
|
PropertyValues,
|
||||||
TemplateResult,
|
TemplateResult,
|
||||||
CSSResult,
|
CSSResult,
|
||||||
@ -64,6 +63,7 @@ class HUIRoot extends LitElement {
|
|||||||
@property() public hass?: HomeAssistant;
|
@property() public hass?: HomeAssistant;
|
||||||
@property() public lovelace?: Lovelace;
|
@property() public lovelace?: Lovelace;
|
||||||
@property() public columns?: number;
|
@property() public columns?: number;
|
||||||
|
@property() public narrow?: boolean;
|
||||||
@property() public route?: { path: string; prefix: string };
|
@property() public route?: { path: string; prefix: string };
|
||||||
@property() private _routeData?: { view: string };
|
@property() private _routeData?: { view: string };
|
||||||
@property() private _curView?: number | "hass-unused-entities";
|
@property() private _curView?: number | "hass-unused-entities";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user