mirror of
https://github.com/home-assistant/core.git
synced 2025-07-09 22:37:11 +00:00
Switch nuimo to a hopefully working pypi version (#15006)
This commit is contained in:
parent
a74b081d44
commit
6b908b6f4e
@ -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__)
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user