Add support for virtual integrations (#14138)

This commit is contained in:
Bram Kragten
2022-10-21 05:08:55 +02:00
committed by GitHub
parent 1b4989a7dc
commit 112ec10b30
9 changed files with 246 additions and 225 deletions

View File

@@ -11,14 +11,8 @@ import {
DataEntryFlowStepProgress,
} from "../../data/data_entry_flow";
import type { IntegrationManifest } from "../../data/integration";
import type { SupportedBrandHandler } from "../../data/supported_brands";
import type { HomeAssistant } from "../../types";
export interface FlowHandlers {
integrations: string[];
helpers: string[];
supportedBrands: Record<string, SupportedBrandHandler>;
}
export interface FlowConfig {
loadDevicesAndAreas: boolean;