1
0
mirror of https://github.com/esphome/esphome.git synced 2025-04-13 06:10:30 +01:00

Commit forgotten local change

Fixes #295
This commit is contained in:
Otto Winter 2019-01-02 16:34:38 +01:00
parent eb9cf25c06
commit 91d067a5fc

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