We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error message in log: 2019-07-31 08:35:24 ERROR (SyncWorker_0) [homeassistant.loader] Error parsing manifest.json file at /config/custom_components/indego/manifest.json: Expecting value: line 6 column 18 (char 143)
This error appears when starting Home Assistant in home-assistant.log. The error in not present when debug logging is enabled for Indego
Tested on: hassio 0.96.5 Tested with component version: indego 0.2
First reported by: typeonegative
The text was updated successfully, but these errors were encountered:
Missing "" in manifest.json.
Original code (line 6): "codeowners": [jm-73],
Corrected code (line 6): "codeowners": ["@jm-73"],
Sorry, something went wrong.
575603d
No branches or pull requests
Error message in log:
2019-07-31 08:35:24 ERROR (SyncWorker_0) [homeassistant.loader] Error parsing manifest.json file at /config/custom_components/indego/manifest.json: Expecting value: line 6 column 18 (char 143)
This error appears when starting Home Assistant in home-assistant.log.
The error in not present when debug logging is enabled for Indego
Tested on: hassio 0.96.5
Tested with component version: indego 0.2
First reported by: typeonegative
The text was updated successfully, but these errors were encountered: