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",
2021-03-08 13:26:52 +00:00
"requirements": ["pillow==8.1.2"],
"codeowners": ["@fabaff"],
"iot_class": "local_polling"
2020-04-03 19:58:19 +00:00
}