mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-26 07:50:33 +02:00
Added ocr config
This commit is contained in:
@@ -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?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user