mirror of https://github.com/home-assistant/core
12 lines
303 B
JSON
12 lines
303 B
JSON
{
|
|
"domain": "pyload",
|
|
"name": "pyLoad",
|
|
"codeowners": ["@tr4nt0r"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/pyload",
|
|
"integration_type": "service",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["pyloadapi"],
|
|
"requirements": ["PyLoadAPI==1.3.2"]
|
|
}
|