1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-17 23:53:49 +01:00
Files
core/homeassistant/components/pjlink/manifest.json
jtjart a18f3cba32 Add config flow to pjlink (#166073)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2026-03-28 19:58:00 +01:00

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"]
}