Skip to content

Merge pull request #280 from jeroenterheerdt/v2.0 #355

Merge pull request #280 from jeroenterheerdt/v2.0

Merge pull request #280 from jeroenterheerdt/v2.0 #355

Triggered via push September 24, 2023 01:28
Status Failure
Total duration 1m 15s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

hassfest.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
validate
[JSON] Invalid JSON file translations/no.json
validate
[SERVICES] Service calculate_all_zones has no name and is not in the translations file
validate
[SERVICES] Service calculate_zone has no name and is not in the translations file
validate
[SERVICES] Service update_all_zones has no name and is not in the translations file
validate
[SERVICES] Service update_zone has no name and is not in the translations file
validate
[SERVICES] Service set_bucket has no name and is not in the translations file
validate
[SERVICES] Service set_bucket has a field new_bucket_value with no name and is not in the translations file
validate
[SERVICES] Service set_bucket has a field new_bucket_value with no description and is not in the translations file
validate
[SERVICES] Service set_all_buckets has no name and is not in the translations file
validate
[SERVICES] Service set_all_buckets has a field new_bucket_value with no name and is not in the translations file
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.