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

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.")