From 4b2fa2d413700ec1f608437f0a05bd6e198933a6 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Thu, 20 Nov 2014 23:10:25 -0800 Subject: [PATCH] Added temporary Phue installation instructions --- README.md | 4 +++- requirements.txt | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f638e5de6d5..b4f1e8dc7fd 100644 --- a/README.md +++ b/README.md @@ -58,10 +58,12 @@ After you got the demo mode running it is time to enable some real components an ### Philips Hue To get Philips Hue working you will have to connect Home Assistant to the Hue bridge. +*Note*: Home Assistant depends on a feature of Phue that is available on GitHub but not on Pypi. Home Assistant will include Phue as a git submodule till this issue is resolved. Before using Philips Hue you will have to install the Phue library so it can create a config file. Do so by running from the Home Assistant directory: `pip3 install -e homeassistant/external/phue`. + Run the following command from your config dir and follow the instructions: ```bash -python -m phue --host HUE_BRIDGE_IP_ADDRESS --config-file-path phue.conf +python3 -m phue --host HUE_BRIDGE_IP_ADDRESS --config-file-path phue.conf ``` After that add the following lines to your `home-assistant.conf`: diff --git a/requirements.txt b/requirements.txt index 7fe2b8eb59b..2083943ea10 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ requests>=2.0 pyephem>=3.7 # lights.hue -phue>=0.7 +# phue>=0.7 # chromecast pychromecast>=0.5