This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"web_port": 5443,
|
||||
"heos_host": "REPLACE_WITH_HEOS_HOST",
|
||||
"heos_port": 1255,
|
||||
"zidoo_host": "REPLACE_WITH_ZIDOO_HOST",
|
||||
"zidoo_port": 9529,
|
||||
"targets": {
|
||||
"avr": {
|
||||
"label": "Home Cinema",
|
||||
"heos_name": "REPLACE_WITH_EXACT_HEOS_NAME"
|
||||
},
|
||||
"lego_room": {
|
||||
"label": "Lego Room",
|
||||
"heos_name": "REPLACE_WITH_EXACT_HEOS_NAME"
|
||||
},
|
||||
"living_room": {
|
||||
"label": "Living Room",
|
||||
"heos_name": "REPLACE_WITH_EXACT_HEOS_NAME",
|
||||
"spotify_name": "REPLACE_ONLY_IF_DIFFERENT_FROM_HEOS_NAME"
|
||||
}
|
||||
},
|
||||
"host_key": "avr",
|
||||
"room_keys": ["living_room", "lego_room"],
|
||||
"volume_step": 5,
|
||||
"spotify_accounts": {
|
||||
"account1": "REPLACE_WITH_ACCOUNT_1_NAME",
|
||||
"account2": "REPLACE_WITH_ACCOUNT_2_NAME"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user