mirror of https://github.com/home-assistant/core
30 lines
568 B
JSON
30 lines
568 B
JSON
{
|
|
"domain": "default_config",
|
|
"name": "Default Config",
|
|
"codeowners": ["@home-assistant/core"],
|
|
"dependencies": [
|
|
"assist_pipeline",
|
|
"bluetooth",
|
|
"cloud",
|
|
"conversation",
|
|
"dhcp",
|
|
"energy",
|
|
"go2rtc",
|
|
"history",
|
|
"homeassistant_alerts",
|
|
"logbook",
|
|
"media_source",
|
|
"mobile_app",
|
|
"my",
|
|
"ssdp",
|
|
"stream",
|
|
"sun",
|
|
"usb",
|
|
"webhook",
|
|
"zeroconf"
|
|
],
|
|
"documentation": "https://www.home-assistant.io/integrations/default_config",
|
|
"integration_type": "system",
|
|
"quality_scale": "internal"
|
|
}
|