mirror of https://github.com/home-assistant/core
12 lines
319 B
JSON
12 lines
319 B
JSON
{
|
|
"domain": "tautulli",
|
|
"name": "Tautulli",
|
|
"codeowners": ["@ludeeus", "@tkdrob"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/tautulli",
|
|
"integration_type": "hub",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["pytautulli"],
|
|
"requirements": ["pytautulli==23.1.1"]
|
|
}
|