From 48187cebad2ef6eb18093a59a8a10d6f830edaea Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Mon, 28 Mar 2022 10:35:52 +0200 Subject: [PATCH] Mark integration as a helper integration (#68778) --- homeassistant/components/integration/manifest.json | 1 + homeassistant/generated/config_flows.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/integration/manifest.json b/homeassistant/components/integration/manifest.json index a36dc51555f..809d1d5b0f5 100644 --- a/homeassistant/components/integration/manifest.json +++ b/homeassistant/components/integration/manifest.json @@ -1,5 +1,6 @@ { "domain": "integration", + "integration_type": "helper", "name": "Integration - Riemann sum integral", "documentation": "https://www.home-assistant.io/integrations/integration", "codeowners": [ diff --git a/homeassistant/generated/config_flows.py b/homeassistant/generated/config_flows.py index 9c8a3909436..ba1ec324d42 100644 --- a/homeassistant/generated/config_flows.py +++ b/homeassistant/generated/config_flows.py @@ -160,7 +160,6 @@ FLOWS = { "icloud", "ifttt", "insteon", - "integration", "intellifire", "ios", "iotawatt", @@ -402,6 +401,7 @@ FLOWS = { ], "helper": [ "derivative", + "integration", "min_max", "switch_as_x", "tod"