Mark group as a helper integration (#68775)
This commit is contained in:
parent
cc156c767d
commit
2ec1e06c75
2 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"domain": "group",
|
||||
"integration_type": "helper",
|
||||
"name": "Group",
|
||||
"documentation": "https://www.home-assistant.io/integrations/group",
|
||||
"codeowners": [
|
||||
|
|
|
@ -132,7 +132,6 @@ FLOWS = {
|
|||
"google_travel_time",
|
||||
"gpslogger",
|
||||
"gree",
|
||||
"group",
|
||||
"growatt_server",
|
||||
"guardian",
|
||||
"habitica",
|
||||
|
@ -400,6 +399,7 @@ FLOWS = {
|
|||
],
|
||||
"helper": [
|
||||
"derivative",
|
||||
"group",
|
||||
"integration",
|
||||
"min_max",
|
||||
"switch_as_x",
|
||||
|
|
Loading…
Add table
Reference in a new issue