16 lines
368 B
JSON
16 lines
368 B
JSON
{
|
|
"domain": "directv",
|
|
"name": "DirecTV",
|
|
"documentation": "https://www.home-assistant.io/integrations/directv",
|
|
"requirements": ["directv==0.3.0"],
|
|
"codeowners": ["@ctalkington"],
|
|
"quality_scale": "gold",
|
|
"config_flow": true,
|
|
"ssdp": [
|
|
{
|
|
"manufacturer": "DIRECTV",
|
|
"deviceType": "urn:schemas-upnp-org:device:MediaServer:1"
|
|
}
|
|
]
|
|
}
|