1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-17 23:53:49 +01:00
Files
core/homeassistant/components/directv/manifest.json
2025-12-15 17:03:53 +01:00

18 lines
414 B
JSON

{
"domain": "directv",
"name": "DirecTV",
"codeowners": [],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/directv",
"integration_type": "hub",
"iot_class": "local_polling",
"loggers": ["directv"],
"requirements": ["directv==0.4.0"],
"ssdp": [
{
"deviceType": "urn:schemas-upnp-org:device:MediaServer:1",
"manufacturer": "DIRECTV"
}
]
}