mirror of
https://github.com/home-assistant/core.git
synced 2026-02-22 10:55:50 +00:00
10 lines
247 B
JSON
10 lines
247 B
JSON
{
|
|
"domain": "qrcode",
|
|
"name": "QR Code",
|
|
"codeowners": [],
|
|
"documentation": "https://www.home-assistant.io/integrations/qrcode",
|
|
"iot_class": "calculated",
|
|
"loggers": ["pyzbar"],
|
|
"requirements": ["Pillow==10.3.0", "pyzbar==0.1.7"]
|
|
}
|