core/homeassistant/components/otp/manifest.json

11 lines
271 B
JSON
Raw Normal View History

{
"domain": "otp",
"name": "One-Time Password (OTP)",
"codeowners": [],
2023-02-08 19:32:43 +00:00
"documentation": "https://www.home-assistant.io/integrations/otp",
"iot_class": "local_polling",
2023-02-08 19:32:43 +00:00
"loggers": ["pyotp"],
"quality_scale": "internal",
"requirements": ["pyotp==2.8.0"]
}