mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 03:36:44 +00:00
Remove unused stuff
This commit is contained in:
parent
97f8aac984
commit
0d0cdfbde1
@ -43,8 +43,6 @@ export class HuiCardPicker extends LitElement {
|
|||||||
|
|
||||||
@property({ attribute: false }) public suggestedCards?: string[];
|
@property({ attribute: false }) public suggestedCards?: string[];
|
||||||
|
|
||||||
@property({ type: Boolean, attribute: false }) public isSectionsView = false;
|
|
||||||
|
|
||||||
@storage({
|
@storage({
|
||||||
key: "dashboardCardClipboard",
|
key: "dashboardCardClipboard",
|
||||||
state: true,
|
state: true,
|
||||||
|
@ -66,7 +66,6 @@ export interface Card {
|
|||||||
showElement?: boolean;
|
showElement?: boolean;
|
||||||
isCustom?: boolean;
|
isCustom?: boolean;
|
||||||
isSuggested?: boolean;
|
isSuggested?: boolean;
|
||||||
sectionsViewOnly?: boolean;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface Badge {
|
export interface Badge {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user