Commit forgotten local change

Fixes #295
This commit is contained in:
Otto Winter 2019-01-02 16:34:38 +01:00
parent 22fd4ec722
commit a110911371
No known key found for this signature in database
GPG Key ID: DB66C0BE6013F97E
1 changed files with 1 additions and 1 deletions

View File

@ -11,4 +11,4 @@ declare esphomeyaml_version
if hass.config.has_value 'esphomeyaml_version'; then
esphomeyaml_version=$(hass.config.get 'esphomeyaml_version')
pip2 install --no-cache-dir --no-binary :all: "https://github.com/OttoWinter/esphomeyaml/archive/${esphomeyaml_version}.zip"
end
fi