Merge pull request #820 from jpgimenez/develop

add renderD128 to devices
This commit is contained in:
Alexandre
2023-05-02 08:22:49 +02:00
committed by GitHub

View File

@@ -7,6 +7,10 @@
"codenotary": "alexandrep.github@gmail.com", "codenotary": "alexandrep.github@gmail.com",
"description": "Nextcloud for Home Assistant", "description": "Nextcloud for Home Assistant",
"devices": [ "devices": [
"/dev/dri",
"/dev/dri/card0",
"/dev/dri/card1",
"/dev/dri/renderD128",
"/dev/sda", "/dev/sda",
"/dev/sdb", "/dev/sdb",
"/dev/sdc", "/dev/sdc",
@@ -107,6 +111,6 @@
"slug": "nextcloud_ocr", "slug": "nextcloud_ocr",
"uart": true, "uart": true,
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/nextcloud", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/nextcloud",
"version": "26.0.1-2", "version": "26.0.1-3",
"webui": "https://[HOST]:[PORT:443]" "webui": "https://[HOST]:[PORT:443]"
} }