mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-25 13:57:21 +00:00
cleaned up elementconfig type order
This commit is contained in:
parent
bf0eb798d9
commit
5617416932
@ -2,14 +2,14 @@ import { HomeAssistant } from "../../../types";
|
|||||||
|
|
||||||
export interface LovelaceElementConfig {
|
export interface LovelaceElementConfig {
|
||||||
type: string;
|
type: string;
|
||||||
entity?: string;
|
|
||||||
style: object;
|
style: object;
|
||||||
tap_action?: string;
|
entity?: string;
|
||||||
|
hold_action?: string;
|
||||||
navigation_path?: string;
|
navigation_path?: string;
|
||||||
service?: string;
|
service?: string;
|
||||||
title?: string;
|
|
||||||
hold_action?: string;
|
|
||||||
service_data?: object;
|
service_data?: object;
|
||||||
|
tap_action?: string;
|
||||||
|
title?: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface LovelaceElement extends HTMLElement {
|
export interface LovelaceElement extends HTMLElement {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user