mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 09:17:10 +00:00
Mark group as a helper integration (#68775)
This commit is contained in:
parent
cc156c767d
commit
2ec1e06c75
@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
"domain": "group",
|
"domain": "group",
|
||||||
|
"integration_type": "helper",
|
||||||
"name": "Group",
|
"name": "Group",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/group",
|
"documentation": "https://www.home-assistant.io/integrations/group",
|
||||||
"codeowners": [
|
"codeowners": [
|
||||||
|
@ -132,7 +132,6 @@ FLOWS = {
|
|||||||
"google_travel_time",
|
"google_travel_time",
|
||||||
"gpslogger",
|
"gpslogger",
|
||||||
"gree",
|
"gree",
|
||||||
"group",
|
|
||||||
"growatt_server",
|
"growatt_server",
|
||||||
"guardian",
|
"guardian",
|
||||||
"habitica",
|
"habitica",
|
||||||
@ -400,6 +399,7 @@ FLOWS = {
|
|||||||
],
|
],
|
||||||
"helper": [
|
"helper": [
|
||||||
"derivative",
|
"derivative",
|
||||||
|
"group",
|
||||||
"integration",
|
"integration",
|
||||||
"min_max",
|
"min_max",
|
||||||
"switch_as_x",
|
"switch_as_x",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user