mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-25 13:57:21 +00:00
Prettier fixes (#1864)
This commit is contained in:
parent
fc96d33d6a
commit
ba70220659
@ -7,7 +7,7 @@ import { LovelaceCard, LovelaceConfig } from "../types";
|
|||||||
import { HomeAssistant } from "../../../types";
|
import { HomeAssistant } from "../../../types";
|
||||||
|
|
||||||
interface Config extends LovelaceConfig {
|
interface Config extends LovelaceConfig {
|
||||||
cards: LovelaceConfig[];
|
cards: LovelaceConfig[];
|
||||||
}
|
}
|
||||||
|
|
||||||
export default abstract class HuiStackCard extends LitElement
|
export default abstract class HuiStackCard extends LitElement
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
import { HomeAssistant } from "../../../types";
|
import { HomeAssistant } from "../../../types";
|
||||||
|
|
||||||
export interface LovelaceElementConfig {
|
export interface LovelaceElementConfig {
|
||||||
type: string;
|
type: string;
|
||||||
entity?: string;
|
entity?: string;
|
||||||
style: object;
|
style: object;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface LovelaceElement extends HTMLElement {
|
export interface LovelaceElement extends HTMLElement {
|
||||||
hass?: HomeAssistant;
|
hass?: HomeAssistant;
|
||||||
setConfig(config: LovelaceElementConfig): void;
|
setConfig(config: LovelaceElementConfig): void;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user