Integrations v2 (#13887)

* WIP: Integrations v2

* update

* manifests

* update wording

* show yaml only

* Show spinner

* Update

* Use virtulizer

* Update

* change interval if 5 min stats

* remove yaml

* fix application credentials

* Add zwave and zigbee device support

* make back button bigger

* margin
This commit is contained in:
Bram Kragten
2022-09-28 17:39:40 +02:00
committed by GitHub
parent dddb922593
commit 8e4bebb694
16 changed files with 1162 additions and 660 deletions

View File

@@ -22,8 +22,6 @@ export interface FlowHandlers {
export interface FlowConfig {
loadDevicesAndAreas: boolean;
getFlowHandlers?: (hass: HomeAssistant) => Promise<FlowHandlers>;
createFlow(hass: HomeAssistant, handler: string): Promise<DataEntryFlowStep>;
fetchFlow(hass: HomeAssistant, flowId: string): Promise<DataEntryFlowStep>;