Files
core/homeassistant/components/qrcode/manifest.json
T
renovate[bot] 3848d4e8a6 Update Pillow to 12.2.0 (#168234)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-04-14 21:41:14 +02:00

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"]
}