-
Notifications
You must be signed in to change notification settings - Fork 52
Upgrading from Platform to Accessory
Pete Lawrence edited this page Dec 28, 2016
·
1 revision
Since version 0.5 the plugin registers itself as a Platform rather than an Accessory. This means a couple of tweaks are required to the .homebridge/config.json
file.
- Move the existing configuration relating to the people accessory from the accessory array into the platform array (you may need to create the platform array if you don't have any platforms already.
- Change
"accessory": "people"
to"platform": "People"
- (Optional) You may wish to make use of the new configuration options now available. These can be seen at https://github.com/PeteLawrence/homebridge-people/blob/master/README.md#configuration