Mark integration as a helper integration (#68778)

This commit is contained in:
Erik Montnemery 2022-03-28 10:35:52 +02:00 committed by GitHub
parent 95d6848726
commit 48187cebad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -1,5 +1,6 @@
{
"domain": "integration",
"integration_type": "helper",
"name": "Integration - Riemann sum integral",
"documentation": "https://www.home-assistant.io/integrations/integration",
"codeowners": [

View file

@ -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"