mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-09 10:59:50 +00:00
Add support for virtual integrations (#14138)
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user