mirror of
https://github.com/home-assistant/core.git
synced 2025-12-25 05:26:47 +00:00
12 lines
294 B
JSON
12 lines
294 B
JSON
{
|
|
"domain": "otp",
|
|
"name": "One-Time Password (OTP)",
|
|
"codeowners": [],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/otp",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["pyotp"],
|
|
"quality_scale": "internal",
|
|
"requirements": ["pyotp==2.9.0"]
|
|
}
|