I'm trying to hide a non-compatible widget set in VIS-2.
The relevant section looks like this:
Unfortunately, the schema validator complains about either an empty "components" array or the fact that "components" is missing altogether.
"visWidgets": {
"rssfeed": {
"name": "RSS Feed",
"ignoreInVersions": [
2
],
"components": [],
"i18n": true,
"url": ""
}
},
What's the best way to structure this?
https://github.com/oweitman/ioBroker.rssfeed/blob/main/io-package.json