mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Mark integration as a helper integration (#68778)
This commit is contained in:
parent
95d6848726
commit
48187cebad
@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
"domain": "integration",
|
"domain": "integration",
|
||||||
|
"integration_type": "helper",
|
||||||
"name": "Integration - Riemann sum integral",
|
"name": "Integration - Riemann sum integral",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/integration",
|
"documentation": "https://www.home-assistant.io/integrations/integration",
|
||||||
"codeowners": [
|
"codeowners": [
|
||||||
|
@ -160,7 +160,6 @@ FLOWS = {
|
|||||||
"icloud",
|
"icloud",
|
||||||
"ifttt",
|
"ifttt",
|
||||||
"insteon",
|
"insteon",
|
||||||
"integration",
|
|
||||||
"intellifire",
|
"intellifire",
|
||||||
"ios",
|
"ios",
|
||||||
"iotawatt",
|
"iotawatt",
|
||||||
@ -402,6 +401,7 @@ FLOWS = {
|
|||||||
],
|
],
|
||||||
"helper": [
|
"helper": [
|
||||||
"derivative",
|
"derivative",
|
||||||
|
"integration",
|
||||||
"min_max",
|
"min_max",
|
||||||
"switch_as_x",
|
"switch_as_x",
|
||||||
"tod"
|
"tod"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user