mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-13 07:14:04 +02:00
23 lines
614 B
JSON
23 lines
614 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "Run Home Assistant on port 8123",
|
|
"type": "shell",
|
|
"command": "scripts/develop",
|
|
"problemMatcher": []
|
|
},
|
|
{
|
|
"label": "Lint (run pre-commit hooks)",
|
|
"type": "shell",
|
|
"command": "scripts/lint",
|
|
"problemMatcher": []
|
|
},
|
|
{
|
|
"label": "Sync strings (README, services.yaml, strings.json, etc.)",
|
|
"type": "shell",
|
|
"command": "scripts/sync-strings",
|
|
"problemMatcher": []
|
|
}
|
|
]
|
|
}
|