Skip to content

Commit

Permalink
Added temporary Phue installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob committed Nov 21, 2014
1 parent d3bf245 commit 4b2fa2d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ requests>=2.0
pyephem>=3.7

# lights.hue
phue>=0.7
# phue>=0.7

# chromecast
pychromecast>=0.5
Expand Down

0 comments on commit 4b2fa2d

Please sign in to comment.