mirror of
https://github.com/home-assistant/core.git
synced 2026-05-05 12:24:48 +02:00
3848d4e8a6
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
11 lines
276 B
JSON
11 lines
276 B
JSON
{
|
|
"domain": "qrcode",
|
|
"name": "QR Code",
|
|
"codeowners": [],
|
|
"documentation": "https://www.home-assistant.io/integrations/qrcode",
|
|
"iot_class": "calculated",
|
|
"loggers": ["pyzbar"],
|
|
"quality_scale": "legacy",
|
|
"requirements": ["Pillow==12.2.0", "pyzbar==0.1.7"]
|
|
}
|