diff --git a/homeassistant/components/group/manifest.json b/homeassistant/components/group/manifest.json index 9c97f318da3..136bc34dee9 100644 --- a/homeassistant/components/group/manifest.json +++ b/homeassistant/components/group/manifest.json @@ -1,5 +1,6 @@ { "domain": "group", + "integration_type": "helper", "name": "Group", "documentation": "https://www.home-assistant.io/integrations/group", "codeowners": [ diff --git a/homeassistant/generated/config_flows.py b/homeassistant/generated/config_flows.py index d5b604b6bd2..1795f0c74b4 100644 --- a/homeassistant/generated/config_flows.py +++ b/homeassistant/generated/config_flows.py @@ -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",