mirror of https://github.com/home-assistant/core
17 lines
385 B
JSON
17 lines
385 B
JSON
{
|
|
"domain": "directv",
|
|
"name": "DirecTV",
|
|
"codeowners": [],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/directv",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["directv"],
|
|
"requirements": ["directv==0.4.0"],
|
|
"ssdp": [
|
|
{
|
|
"manufacturer": "DIRECTV",
|
|
"deviceType": "urn:schemas-upnp-org:device:MediaServer:1"
|
|
}
|
|
]
|
|
}
|