Skip to content

Merge pull request #462 from custom-components/service_call #124

Merge pull request #462 from custom-components/service_call

Merge pull request #462 from custom-components/service_call #124

Triggered via push December 30, 2024 02:28
Status Failure
Total duration 50s
Artifacts

push.yml

on: push
Validate
42s
Validate
Check style formatting
5s
Check style formatting
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 4 warnings
Validate
[SERVICES] Service yearly has a field currency with no name and is not in the translations file
Validate
[SERVICES] Service yearly has a field year with no name and is not in the translations file
Validate
[SERVICES] Service yearly has a field area with no name and is not in the translations file
Validate
[SERVICES] Service daily has a field currency with no name and is not in the translations file
Validate
[SERVICES] Service daily has a field year with no name and is not in the translations file
Validate
[SERVICES] Service daily has a field area with no name and is not in the translations file
Validate
[SERVICES] Service monthly has a field currency with no name and is not in the translations file
Validate
[SERVICES] Service monthly has a field year with no name and is not in the translations file
Validate
[SERVICES] Service monthly has a field area with no name and is not in the translations file
Validate
[SERVICES] Service hourly has a field currency with no name and is not in the translations file
Check style formatting
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Validate
[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
[MANIFEST] Domain collides with built-in core integration
Validate
[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.