Initial Arcana FX soundboard
This commit is contained in:
26
config/config.json
Normal file
26
config/config.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"filestash": {
|
||||
"baseUrl": "https://files.fisoft.eu",
|
||||
"shareId": "FHBaJ8Z",
|
||||
"rootPath": "/"
|
||||
},
|
||||
"audio": {
|
||||
"extensions": [".mp3", ".ogg", ".flac", ".wav", ".m4a"],
|
||||
"ignoreNames": ["desktop.ini", ".DS_Store", "Thumbs.db"],
|
||||
"cacheTtlSeconds": 600,
|
||||
"maxDepth": 8
|
||||
},
|
||||
"homeAssistant": {
|
||||
"allowedMediaPlayer": "media_player.audio_test_media_player",
|
||||
"requestTimeoutMs": 8000
|
||||
},
|
||||
"lightControl": {
|
||||
"comingSoon": true,
|
||||
"placeholders": [
|
||||
{ "name": "Torchlight", "icon": "flame" },
|
||||
{ "name": "Moon Glow", "icon": "moon" },
|
||||
{ "name": "Arcane Pulse", "icon": "sparkles" },
|
||||
{ "name": "Blood Red", "icon": "droplet" }
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user