From 58b3dd7cc0f4007fd3b931ec6d379ac9e249c113 Mon Sep 17 00:00:00 2001 From: Robbie Trencheny Date: Fri, 7 Oct 2016 11:34:41 -0700 Subject: [PATCH] Set specific commit for Hunter Douglas API package due to upstream rename --- homeassistant/components/scene/hunterdouglas_powerview.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/scene/hunterdouglas_powerview.py b/homeassistant/components/scene/hunterdouglas_powerview.py index 934d06e2122..9fc36cf1cff 100644 --- a/homeassistant/components/scene/hunterdouglas_powerview.py +++ b/homeassistant/components/scene/hunterdouglas_powerview.py @@ -12,7 +12,7 @@ from homeassistant.helpers.entity import generate_entity_id _LOGGER = logging.getLogger(__name__) REQUIREMENTS = [ 'https://github.com/sander76/powerviewApi/' - 'archive/master.zip#powerviewApi==0.2'] + 'archive/cc6f75dd39160d4aaf46cb2ed9220136b924bcb4.zip#powerviewApi==0.2'] HUB_ADDRESS = 'address' diff --git a/requirements_all.txt b/requirements_all.txt index 0a9468acacb..a8ffdb6a160 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -205,7 +205,7 @@ https://github.com/rkabadi/pyedimax/archive/365301ce3ff26129a7910c501ead09ea625f https://github.com/robbiet480/pygtfs/archive/00546724e4bbcb3053110d844ca44e2246267dd8.zip#pygtfs==0.1.3 # homeassistant.components.scene.hunterdouglas_powerview -https://github.com/sander76/powerviewApi/archive/master.zip#powerviewApi==0.2 +https://github.com/sander76/powerviewApi/archive/cc6f75dd39160d4aaf46cb2ed9220136b924bcb4.zip#powerviewApi==0.2 # homeassistant.components.mysensors https://github.com/theolind/pymysensors/archive/8ce98b7fb56f7921a808eb66845ce8b2c455c81e.zip#pymysensors==0.7.1