mirror of
https://github.com/home-assistant/core.git
synced 2026-08-24 10:13:52 -05:00
13 lines
326 B
JSON
13 lines
326 B
JSON
{
|
|
"domain": "otp",
|
|
"name": "One-Time Password (OTP)",
|
|
"codeowners": [],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/otp",
|
|
"integration_type": "helper",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["pyotp"],
|
|
"quality_scale": "internal",
|
|
"requirements": ["pyotp==2.9.0"]
|
|
}
|