mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-24 21:37: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 {
|
||||
type: string;
|
||||
entity?: string;
|
||||
style: object;
|
||||
tap_action?: string;
|
||||
entity?: string;
|
||||
hold_action?: string;
|
||||
navigation_path?: string;
|
||||
service?: string;
|
||||
title?: string;
|
||||
hold_action?: string;
|
||||
service_data?: object;
|
||||
tap_action?: string;
|
||||
title?: string;
|
||||
}
|
||||
|
||||
export interface LovelaceElement extends HTMLElement {
|
||||
|
Loading…
x
Reference in New Issue
Block a user