{ "version": "2.0.0", "tasks": [ { "label": "Run Home Assistant on port 9123", "type": "shell", "command": "dc start", "problemMatcher": [] }, { "label": "Run Home Assistant configuration against /config", "type": "shell", "command": "dc check", "problemMatcher": [] }, { "label": "Upgrade Home Assistant to latest dev", "type": "shell", "command": "dc install", "problemMatcher": [] }, { "label": "Install a spesific version of Home Assistant", "type": "shell", "command": "dc set-version", "problemMatcher": [] } ] }