Skip to content

Bump version to 1.1.0 #44

Bump version to 1.1.0

Bump version to 1.1.0 #44

Triggered via push May 12, 2024 06:21
Status Failure
Total duration 1m 56s
Artifacts

hassfest.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
validate
[ICONS] Invalid icons.json: Invalid translation key 'Barometric Trend', need to be [a-z0-9-_]+ and cannot start or end with a hyphen or underscore. for dictionary value @ data['entity']['sensor']. Got {'Barometric Trend': {'default': 'mdi:trending-neutral', 'state': {'falling_rapidly': 'mdi:trending-down', 'falling_slowly': 'mdi:trending-down', 'steady': 'mdi:trending-neutral', 'rising_slowly': 'mdi:trending-up', 'rising_rapidly': 'mdi:trending-up'}}, 'Wind Direction Rose': {'default': 'mdi:compass-outline', 'state': {'n': 'mdi:arrow-down-bold-outline', 'ne': 'mdi:arrow-bottom-left-bold-outline', 'e': 'mdi:arrow-left-bold-outline', 'se': 'mdi:arrow-top-left-bold-outline', 's': 'mdi:arrow-u...
validate
[TRANSLATIONS] Invalid translations/en.json: Invalid translation key 'Is Raining', need to be [a-z0-9-_]+ and cannot start or end with a hyphen or underscore. for dictionary value @ data['entity']['binary_sensor']. Got {'Is Raining': {'name': 'Is Raining'}}
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.