cyberjunky / home-assistant-custom-components

My custom components for Home Assistant
MIT License
71 stars 19 forks source link

Plugwise load depencency #9

Closed pixiandreas closed 5 years ago

pixiandreas commented 5 years ago

Hi I have a lot of plugwise and want to use them in hass. But i have no idea how to use/place the dependency ?

It has this dependency: python-plugwise

Can you explain a little bit more where to place them and which files ?

Thanks Andreas

Stephan296 commented 5 years ago

You have to follow this guide:

hg clone https://bitbucket.org/hadara/python-plugwise
cd python-plugwise
sudo python setup.py install

After that you have to place plugwise.py at your customcomponents directory inside your hass installation