mirror of
https://github.com/home-assistant/core.git
synced 2026-04-17 23:53:49 +01:00
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
12 lines
291 B
JSON
12 lines
291 B
JSON
{
|
|
"domain": "pjlink",
|
|
"name": "PJLink",
|
|
"codeowners": [],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/pjlink",
|
|
"integration_type": "device",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["pypjlink"],
|
|
"requirements": ["pypjlink2==1.2.1"]
|
|
}
|