Added temporary Phue installation instructions

This commit is contained in:
Paulus Schoutsen 2014-11-20 23:10:25 -08:00
parent d3bf245331
commit 4b2fa2d413
2 changed files with 4 additions and 2 deletions

View File

@ -58,10 +58,12 @@ After you got the demo mode running it is time to enable some real components an
### Philips Hue ### Philips Hue
To get Philips Hue working you will have to connect Home Assistant to the Hue bridge. 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: Run the following command from your config dir and follow the instructions:
```bash ```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`: After that add the following lines to your `home-assistant.conf`:

View File

@ -7,7 +7,7 @@ requests>=2.0
pyephem>=3.7 pyephem>=3.7
# lights.hue # lights.hue
phue>=0.7 # phue>=0.7
# chromecast # chromecast
pychromecast>=0.5 pychromecast>=0.5