#!/bin/sh # Run the Hass.io development server # Stop on errors set -e cd "$(dirname "$0")/../.." yarn run-task develop-hassio