Skip to content

Commit

Permalink
Switch nuimo to a hopefully working pypi version (home-assistant#15006)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-git authored and eavanvalkenburg committed Jun 28, 2018
1 parent 41b14cc commit 2606de8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions homeassistant/components/nuimo_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@

REQUIREMENTS = [
'--only-binary=all ' # avoid compilation of gattlib
'https://github.com/getSenic/nuimo-linux-python'
'/archive/29fc42987f74d8090d0e2382e8f248ff5990b8c9.zip'
'#nuimo==1.0.0']
'nuimo==0.1.0']

_LOGGER = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ typing>=3,<4
voluptuous==0.11.1

# homeassistant.components.nuimo_controller
--only-binary=all https://github.com/getSenic/nuimo-linux-python/archive/29fc42987f74d8090d0e2382e8f248ff5990b8c9.zip#nuimo==1.0.0
--only-binary=all nuimo==0.1.0

# homeassistant.components.sensor.sht31
Adafruit-GPIO==1.0.3
Expand Down

0 comments on commit 2606de8

Please sign in to comment.