mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-25 05:47:20 +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";
|
||||
|
||||
interface Config extends LovelaceConfig {
|
||||
cards: LovelaceConfig[];
|
||||
cards: LovelaceConfig[];
|
||||
}
|
||||
|
||||
export default abstract class HuiStackCard extends LitElement
|
||||
|
@ -1,12 +1,12 @@
|
||||
import { HomeAssistant } from "../../../types";
|
||||
|
||||
export interface LovelaceElementConfig {
|
||||
type: string;
|
||||
entity?: string;
|
||||
style: object;
|
||||
type: string;
|
||||
entity?: string;
|
||||
style: object;
|
||||
}
|
||||
|
||||
export interface LovelaceElement extends HTMLElement {
|
||||
hass?: HomeAssistant;
|
||||
setConfig(config: LovelaceElementConfig): void;
|
||||
}
|
||||
hass?: HomeAssistant;
|
||||
setConfig(config: LovelaceElementConfig): void;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user