lprhodes/homebridge-apple-tv

multiple apple tv with same label

Closed this issue · 1 comments

All is working fine but I see double of all buttons labeled with "Living Room Apple TV" instead of a set for living room and a set for master bedroom. Am I doing something wrong?

Here is my config:
{
"platform": "AppleTV",
"name": "Apple TV",
"devices": [
{
"id": "livingroom",
"name": "Living Room Apple TV",
"credentials": "..."
},
{
"id": "masterbedroom",
"name": "Master Bedroom Apple TV",
"credentials": "..."
}
],
"hideWelcomeMessage": true,
"showDefaultSwitches": true,
"defaultSwitchesIncludeATVName": true,
"showPairSwitches": false
}

if i have showdefaultswitches: false and define each switch in the config.json i do not have this issue so i am going to continue with this configuration. closing ticket.