Skip to content
Snippets Groups Projects
Commit d56edd46 authored by Paulus Schoutsen's avatar Paulus Schoutsen
Browse files

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

parent 542e6b95
No related branches found
No related tags found
No related merge requests found
......@@ -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
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
......
......@@ -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.")
......
Subproject commit c96d8d5dbe08adfe3919734c1c8403cd7ec4873e
requests>=2.0
phue>=0.7
pychromecast>=0.5
pyephem>=3.7
pyuserinput>=0.1.9
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment