mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-16 16:54:04 +02:00
17 lines
403 B
JSON
17 lines
403 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": []
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|