mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-04 19:21:26 +00:00
29 lines
No EOL
607 B
JSON
29 lines
No EOL
607 B
JSON
{
|
|
"name": "Spotify Connect",
|
|
"version": "7fab026",
|
|
"slug": "spotify",
|
|
"description": "Lorem ipsum",
|
|
"url": "https://community.home-assistant.io/?u=frenck",
|
|
"startup": "services",
|
|
"arch": [
|
|
"aarch64",
|
|
"amd64",
|
|
"armhf",
|
|
"i386"
|
|
],
|
|
"boot": "auto",
|
|
"hassio_api": true,
|
|
"homeassistant_api": false,
|
|
"host_network": false,
|
|
"audio": true,
|
|
"options": {
|
|
"log_level": "info"
|
|
},
|
|
"schema": {
|
|
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)"
|
|
},
|
|
"environment": {
|
|
"LOG_FORMAT": "{LEVEL}: {MESSAGE}"
|
|
},
|
|
"image": "hassioaddons/spotify"
|
|
} |