mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-12 02:21:28 +02:00
lowercase
This commit is contained in:
@@ -1,13 +1,13 @@
|
|||||||
{
|
{
|
||||||
"name": "Picard",
|
"name": "picard",
|
||||||
"version": "dev",
|
"version": "dev",
|
||||||
"slug": "Picard",
|
"slug": "picard",
|
||||||
"description": "Picard is a cross-platform music tagger written in Python.",
|
"description": "Picard is a cross-platform music tagger written in Python.",
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||||
"webui": "http://[HOST]:[PORT:5050]",
|
"webui": "http://[HOST]:[PORT:5050]",
|
||||||
"startup": "services",
|
"startup": "services",
|
||||||
"ingress": "true",
|
"ingress": "true",
|
||||||
"ingress_port": 8099,
|
"ingress_port": 5050,
|
||||||
"panel_icon": "mdi:progress-download",
|
"panel_icon": "mdi:progress-download",
|
||||||
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
|
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
|
||||||
"map": [
|
"map": [
|
||||||
@@ -28,8 +28,6 @@
|
|||||||
"hassio_api": true,
|
"hassio_api": true,
|
||||||
"homeassistant_api": false,
|
"homeassistant_api": false,
|
||||||
"host_network": false,
|
"host_network": false,
|
||||||
"options": {
|
"options": {},
|
||||||
},
|
"schema": {}
|
||||||
"schema": {
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user