Skip to content

Added overall holiday calendar entity #26

Added overall holiday calendar entity

Added overall holiday calendar entity #26

Triggered via push August 28, 2024 13:47
Status Failure
Total duration 1m 16s
Artifacts

hassfest.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 2 warnings
validate
[TRANSLATIONS] Invalid strings.json: Invalid translation key 'bookingReference', need to be [a-z0-9-_]+ and cannot start or end with a hyphen or underscore. for dictionary value @ data['services']['add_booking']['fields']. Got {'bookingReference': {'name': 'Booking Reference', 'description': "You'll find your booking reference in your booking confirmation email. e.g. 12345678/X12H"}, 'dateOfbirth': {'name': 'Date of Birth', 'description': 'Lead Passenger Date of Birth DD/MM/YYYY'}, 'surname': {'name': 'Surname', 'description': 'Lead Passenger Surname'}}
validate
[TRANSLATIONS] Invalid translations/en.json: Invalid translation key 'bookingReference', need to be [a-z0-9-_]+ and cannot start or end with a hyphen or underscore. for dictionary value @ data['services']['add_booking']['fields']. Got {'bookingReference': {'description': "You'll find your booking reference in your booking confirmation email. e.g. 12345678/X12H", 'name': 'Booking Reference'}, 'dateOfbirth': {'description': 'Lead Passenger Date of Birth DD/MM/YYYY', 'name': 'Date of Birth'}, 'surname': {'description': 'Lead Passenger Surname', 'name': 'Surname'}}
validate
Process completed with exit code 1.
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
The following actions use a deprecated Node.js version 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/