Added ocr config

This commit is contained in:
Alexandre
2021-01-17 23:31:53 +01:00
committed by GitHub
parent a5bd4fb5de
commit cd1d735c83

View File

@@ -27,11 +27,13 @@
"panel_icon": "mdi:cloud", "panel_icon": "mdi:cloud",
"options": { "options": {
"PUID": 1001, "PUID": 1001,
"PGID": 1001 "PGID": 1001,
"OCR": false
}, },
"schema": { "schema": {
"PUID": "int", "PUID": "int",
"PGID": "int", "PGID": "int",
"OCR": "bool?",
"TZ": "str?" "TZ": "str?"
} }
} }