mirror of
https://github.com/home-assistant/core.git
synced 2026-08-23 06:40:29 +01:00
20 lines
426 B
JSON
20 lines
426 B
JSON
{
|
|
"domain": "group",
|
|
"name": "Group",
|
|
"after_dependencies": [
|
|
"alarm_control_panel",
|
|
"climate",
|
|
"device_tracker",
|
|
"person",
|
|
"plant",
|
|
"vacuum",
|
|
"water_heater"
|
|
],
|
|
"codeowners": ["@home-assistant/core"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/group",
|
|
"integration_type": "helper",
|
|
"iot_class": "calculated",
|
|
"quality_scale": "internal"
|
|
}
|