Skip to content

[update]: add hassfest.yaml #1

[update]: add hassfest.yaml

[update]: add hassfest.yaml #1

Triggered via push September 11, 2024 09:59
Status Failure
Total duration 22s
Artifacts

hassfest.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
validate
[CODEOWNERS] Code owners need to be valid GitHub handles.
validate
[REQUIREMENTS] Requirement "python-miio @ git+https://github.com/oooohhoo/python-miio.git" contains a space
validate
[SERVICES] Invalid services.yaml: min and max are required in slider mode for dictionary value @ data['cooker_set_menu']['fields']['duration']['selector']. Got {'number': {'min': 5}}
validate
[TRANSLATIONS] Invalid translations/en.json: Invalid translation key 'IDLE', need to be [a-z0-9-_]+ and cannot start or end with a hyphen or underscore. for dictionary value @ data['entity']['sensor']['status']['state']. Got {'IDLE': 'IDLE', 'RUNNING': 'RUNNING', 'KEEPWARM': 'KEEPWARM', 'RESERVATION': 'RESERVATION', 'UNUSUAL': 'UNUSUAL', 'FINISH': 'FINISH'}
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.