mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Added temporary Phue installation instructions
This commit is contained in:
parent
d3bf245331
commit
4b2fa2d413
@ -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`:
|
||||
|
@ -7,7 +7,7 @@ requests>=2.0
|
||||
pyephem>=3.7
|
||||
|
||||
# lights.hue
|
||||
phue>=0.7
|
||||
# phue>=0.7
|
||||
|
||||
# chromecast
|
||||
pychromecast>=0.5
|
||||
|
Loading…
x
Reference in New Issue
Block a user