lprhodes / homebridge-apple-tv

Apple TV 4th & 5th gen plugin for homebridge: https://github.com/nfarina/homebridge
Apache License 2.0
105 stars 15 forks source link

multiple apple tv with same label #39

Closed hroman73 closed 5 years ago

hroman73 commented 5 years ago

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 }

hroman73 commented 5 years ago

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.