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",
"options": {
"PUID": 1001,
"PGID": 1001
"PGID": 1001,
"OCR": false
},
"schema": {
"PUID": "int",
"PGID": "int",
"OCR": "bool?",
"TZ": "str?"
}
}