Switch nuimo to a hopefully working pypi version (#15006)

This commit is contained in:
Andrey 2018-06-17 16:41:49 +03:00 committed by Paulus Schoutsen
parent a74b081d44
commit 6b908b6f4e
2 changed files with 2 additions and 4 deletions

View File

@ -15,9 +15,7 @@ from homeassistant.const import (CONF_MAC, CONF_NAME, EVENT_HOMEASSISTANT_STOP)
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__)

View File

@ -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