Merge branch 'main' of https://github.com/MarcoGos/davis_vantage into… #30
Annotations
3 errors and 1 warning
validate
[ICONS] Invalid icons.json: Invalid translation key 'N', need to be [a-z0-9-_]+ and cannot start or end with a hyphen or underscore. for dictionary value @ data['entity']['sensor']['wind_direction_rose']['state']. Got {'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-up-bold-outline', 'SW': 'mdi:arrow-top-right-bold-outline', 'W': 'mdi:arrow-right-bold-outline', 'NW': 'mdi:arrow-bottom-right-bold-outline'}
|
validate
[TRANSLATIONS] Invalid translations/en.json: Invalid translation key 'N', need to be [a-z0-9-_]+ and cannot start or end with a hyphen or underscore. for dictionary value @ data['entity']['sensor']['wind_direction_rose']['state']. Got {'N': 'N', 'NNE': 'NNE', 'NE': 'NE', 'ENE': 'ENE', 'E': 'E', 'ESE': 'ESE', 'SE': 'SE', 'SSE': 'SSE', 'S': 'S', 'SSW': 'SSW', 'SW': 'SW', 'WSW': 'WSW', 'W': 'W', 'WNW': 'WNW', 'NW': 'NW', 'NNW': 'NNW'}
|
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.
|