Upgrading from Platform to Accessory - PeteLawrence/homebridge-people GitHub Wiki
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