diff --git a/script/core b/script/core index 79ba38a348..8ac6da6284 100755 --- a/script/core +++ b/script/core @@ -15,7 +15,7 @@ if [ -z $(which hass) ]; then echo "Installing Home Asstant core from dev." python3 -m pip install --upgrade \ colorlog \ - git+git://github.com/home-assistant/home-assistant.git@dev + git+https://github.com/home-assistant/home-assistant.git@dev fi if [ ! -d "${WD}/config" ]; then