You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since version v2.17.0 the addon-linter returns with the following error:
Error: [{'type': 'data', 'read_only': False, 'path': '/usr/local'}, {'type': 'backup', 'read_only': False}] is not valid under any of the given schemas
I suspect this is due to the missing data type not being part of the newer map linter check added in v2.17.0. However, due to the addon config documentation, data is a valid map. See here:
Thus, I think data is simply missing as a valid map type in the latest linter configs.
So please consider adding data for action-addon-linter to not complain for addons defining this map type. See here for an actual addon that uses/defines this map:
Since version v2.17.0 the addon-linter returns with the following error:
I suspect this is due to the missing
data
type not being part of the newer map linter check added in v2.17.0. However, due to the addon config documentation,data
is a valid map. See here:Thus, I think
data
is simply missing as a valid map type in the latest linter configs.So please consider adding
data
for action-addon-linter to not complain for addons defining this map type. See here for an actual addon that uses/defines this map:https://github.com/jens-maus/RaspberryMatic/blob/master/home-assistant-addon/config.yaml#L17-L22
Revertiing to v2.16.0 immediately solves the issue.
The text was updated successfully, but these errors were encountered: