hass-core/homeassistant/components/default_config/manifest.json
Erik Montnemery 4f1e4e7471
Include go2rtc in default_config (#129144)
* Include go2rtc in default_config

* Fail if binary not found in docker environment
2024-10-25 16:10:14 +02:00

29 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"
}