@@ -12,4 +12,7 @@
"python.testing.pytestEnabled": true,
"pylint.importStrategy": "fromEnvironment",
"python.linting.lintOnSave": true,
+ "yaml.schemas": {
+ "./custom_components/tuya_local/devices/device_config_schema.json": "/devices/*.yaml"
+ }
}