Phue: Switched to GIT-version because pip version lacks behind

This commit is contained in:
Paulus Schoutsen 2014-11-02 16:22:59 -08:00
parent 542e6b9536
commit d56edd46bb
5 changed files with 5 additions and 5 deletions

3
.gitmodules vendored
View file

@ -4,3 +4,6 @@
[submodule "homeassistant/external/pywemo"]
path = homeassistant/external/pywemo
url = https://github.com/balloob/pywemo.git
[submodule "homeassistant/external/phue"]
path = homeassistant/external/phue
url = https://github.com/studioimaginaire/phue.git

View file

@ -1,9 +1,6 @@
FROM python:3-onbuild
MAINTAINER Paulus Schoutsen <Paulus@PaulusSchoutsen.nl>
# Temporary fix while waiting for new version of phue to be released
RUN curl https://raw.githubusercontent.com/studioimaginaire/phue/master/phue.py -o phue.py
VOLUME /config
EXPOSE 8123

View file

@ -362,7 +362,7 @@ class HueLightControl(object):
host = config.get(ha.CONF_HOST, None)
try:
import phue
import homeassistant.external.phue.phue as phue
except ImportError:
logger.exception(
"HueLightControl:Error while importing dependency phue.")

1
homeassistant/external/phue vendored Submodule

@ -0,0 +1 @@
Subproject commit c96d8d5dbe08adfe3919734c1c8403cd7ec4873e

View file

@ -1,5 +1,4 @@
requests>=2.0
phue>=0.7
pychromecast>=0.5
pyephem>=3.7
pyuserinput>=0.1.9