2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "upnp",
|
|
|
|
"name": "Upnp",
|
2019-05-13 08:16:55 +00:00
|
|
|
"config_flow": true,
|
2019-04-04 04:14:45 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/components/upnp",
|
|
|
|
"requirements": [
|
2019-06-22 07:12:27 +00:00
|
|
|
"async-upnp-client==0.14.10"
|
2019-04-04 04:14:45 +00:00
|
|
|
],
|
|
|
|
"dependencies": [],
|
|
|
|
"codeowners": [
|
|
|
|
"@robbiet480"
|
|
|
|
]
|
|
|
|
}
|