core/homeassistant/components/seven_segments/manifest.json

9 lines
243 B
JSON
Raw Normal View History

{
"domain": "seven_segments",
"name": "Seven Segments OCR",
"documentation": "https://www.home-assistant.io/integrations/seven_segments",
2022-02-05 13:19:24 +00:00
"requirements": ["pillow==9.0.1"],
"codeowners": ["@fabaff"],
"iot_class": "local_polling"
2020-04-03 19:58:19 +00:00
}