1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-17 23:53:49 +01:00
Files
core/homeassistant/components/qrcode/manifest.json
2026-02-22 10:06:08 -06: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.1.1", "pyzbar==0.1.7"]
}