Upgrade pymysensors to 0.10.0 (#7469)
parent
fcdfebefd9
commit
2ab45441a8
|
@ -21,9 +21,7 @@ from homeassistant.const import (
|
|||
from homeassistant.helpers import discovery
|
||||
from homeassistant.loader import get_component
|
||||
|
||||
REQUIREMENTS = [
|
||||
'https://github.com/theolind/pymysensors/archive/'
|
||||
'c6990eaaa741444a638608e6e00488195e2ca74c.zip#pymysensors==0.9.1']
|
||||
REQUIREMENTS = ['pymysensors==0.10.0']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -318,9 +318,6 @@ https://github.com/tfriedel/python-lightify/archive/1bb1db0e7bd5b14304d7bb267e23
|
|||
# homeassistant.components.lutron
|
||||
https://github.com/thecynic/pylutron/archive/v0.1.0.zip#pylutron==0.1.0
|
||||
|
||||
# homeassistant.components.mysensors
|
||||
https://github.com/theolind/pymysensors/archive/c6990eaaa741444a638608e6e00488195e2ca74c.zip#pymysensors==0.9.1
|
||||
|
||||
# homeassistant.components.sensor.modem_callerid
|
||||
https://github.com/vroomfonde1/basicmodem/archive/0.7.zip#basicmodem==0.7
|
||||
|
||||
|
@ -593,6 +590,9 @@ pymailgunner==1.4
|
|||
# homeassistant.components.mochad
|
||||
pymochad==0.1.1
|
||||
|
||||
# homeassistant.components.mysensors
|
||||
pymysensors==0.10.0
|
||||
|
||||
# homeassistant.components.device_tracker.netgear
|
||||
pynetgear==0.3.3
|
||||
|
||||
|
|
Loading…
Reference in New Issue