mcnutter1/homeasssitant-schlage

manifest file typo

Opened this issue · 4 comments

Hello,

I could not figure out why the addon was not loading. Upon checking the logs I found this
2023-01-09 21:27:45.574 ERROR (SyncWorker_1) [homeassistant.loader] Error parsing manifest.json file at /config/custom_components/schlage/manifest.json: trailing comma is not allowed: line 11 column 2 (char 359)

Checking the manifest file, there is an additional comma on line 10 at the end that should not be there.

Thanks!

Has this been fixed. Still getting an error.

Screenshot_20230114_100946_Home Assistant.jpg

+1 for typo on line 10 of the manifest.json, this prevents HACS from importing it and the integration loading properly.
However, if you want you can still install the integration manually by adding the schlage folder of the repo to your custom components folder and manually editing out the comma on line 10 of the manifest.json. Just an FYI for those looking for a work around in the meantime.

Has this fix been placed into a new release? Do I need to remove\reinstall?