Add JSON schema for manifest.json (#128560)

This commit is contained in:
Sid
2024-10-26 02:10:58 +02:00
committed by GitHub
parent 737d1aac7c
commit 5dd4b77270
3 changed files with 407 additions and 2 deletions

View File

@@ -58,7 +58,13 @@
],
"[python]": {
"editor.defaultFormatter": "charliermarsh.ruff"
}
},
"json.schemas": [
{
"fileMatch": ["homeassistant/components/*/manifest.json"],
"url": "./script/json_schemas/manifest_schema.json"
}
]
}
}
}