mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-24 13:36:29 +01:00
added option to add ocr
This commit is contained in:
@@ -28,12 +28,14 @@
|
||||
"options": {
|
||||
"PUID": 1001,
|
||||
"PGID": 1001,
|
||||
"OCR": false
|
||||
"OCR": false,
|
||||
"OCR-LANG": "eng"
|
||||
},
|
||||
"schema": {
|
||||
"PUID": "int",
|
||||
"PGID": "int",
|
||||
"OCR": "bool?",
|
||||
"OCR-LANG": "str?",
|
||||
"TZ": "str?"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user