Files
hassio-addons-avm/spotify/config.json
2021-06-29 12:37:08 +03:00

34 lines
769 B
JSON

{
"name": "Spotify Connect",
"version": "0.8.2",
"slug": "spotify",
"description": "Play Spotify music on your Home Assistant device",
"url": "https://github.com/hassio-addons/addon-spotify-connect",
"startup": "services",
"arch": [
"aarch64",
"amd64",
"armv7",
"i386"
],
"map": [
"config"
],
"boot": "auto",
"hassio_api": true,
"hassio_role": "default",
"host_network": true,
"audio": true,
"options": {
"name": "HomeAssistant",
"bitrate": 160
},
"schema": {
"log_level": "list(trace|debug|info|notice|warning|error|fatal)?",
"username": "str?",
"password": "password?",
"name": "match(^[A-Za-z0-9-.]+$)?",
"bitrate": "list(96|160|320)"
},
"image": "hassioaddons/spotify-{arch}"
}