Skip to content

Validate

Validate #477

Triggered via schedule September 30, 2025 00:12
Status Failure
Total duration 39s
Artifacts

validate.yaml

on: schedule
Hassfest Validation
21s
Hassfest Validation
HACS Validation
36s
HACS Validation
Misc Validation
4s
Misc Validation
Fit to window
Zoom out
Zoom in

Annotations

1 error and 2 warnings
Misc Validation
Process completed with exit code 1.
Hassfest Validation
[TRANSLATIONS] config.title key has been moved out of config and into the root of strings.json. Starting Home Assistant 0.109 you only need to define this key in the root if the title needs to be different than the name of your integration in the manifest.
Hassfest Validation
[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.