Skip to content

Validate HACS

Validate HACS #350

Triggered via schedule July 6, 2024 00:12
Status Success
Total duration 1m 32s
Artifacts

hacs-workflow.yml

on: schedule
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 2 warnings
validate-hacs
[MANIFEST] Manifest keys are not sorted correctly: domain, name, then alphabetical order
validate-hacs
Process completed with exit code 1.
validate-hacs
<Validation topics> failed: The repository has no valid topics (More info: https://hacs.xyz/docs/publish/include#check-repository )
validate-hacs
<Validation hacsjson> failed: extra keys not allowed @ data['codeowners']. Got ['antoinebou12'] (More info: https://hacs.xyz/docs/publish/include#check-hacs-manifest )
validate-hacs
<Integration neilzilla/hass-renpho> 2/8 checks failed
validate-hacs
[CONFIG_SCHEMA] Integrations which implement 'async_setup' or 'setup' must define either 'CONFIG_SCHEMA', 'PLATFORM_SCHEMA' or 'PLATFORM_SCHEMA_BASE'. If the integration has no configuration parameters, can only be set up from platforms or can only be set up from config entries, one of the helpers cv.empty_config_schema, cv.platform_only_config_schema or cv.config_entry_only_config_schema can be used.
validate-hacs
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/