{ "version": "2.0.0", "tasks": [ { "label": "Run Home Assistant on port 8123", "type": "shell", "command": "./container start", "problemMatcher": [] }, { "label": "Restart Home Assistant on port 8123", "type": "shell", "command": "./container restart", "problemMatcher": [] }, { "label": "Start coverage", "type": "shell", "command": "./container coverage", "problemMatcher": [] }, { "label": "Home Assistant translations update", "type": "shell", "command": "./container translations", "problemMatcher": [] }, { "label": "Home Assistant hassfest", "type": "shell", "command": "./container hassfest", "problemMatcher": [] }, { "label": "Run Home Assistant configuration against /config", "type": "shell", "command": "./container check-config", "problemMatcher": [] }, { "label": "Upgrade Home Assistant to latest dev", "type": "shell", "command": "./container install", "problemMatcher": [] }, { "label": "Install a specific version of Home Assistant", "type": "shell", "command": "./container set-version", "problemMatcher": [] } ] }