1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-17 15:44:52 +01:00
Files
core/homeassistant/components/default_config/manifest.json
2025-09-23 22:25:56 +02:00

32 lines
604 B
JSON

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