Upgrade pymysensors to 0.10.0 (#7469)
This commit is contained in:
parent
2c1df75c07
commit
47034f83f4
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ from homeassistant.const import (
|
|||
from homeassistant.helpers import discovery
|
||||
from homeassistant.loader import get_component
|
||||
|
||||
REQUIREMENTS = ['pymysensors==0.9.1']
|
||||
REQUIREMENTS = ['pymysensors==0.10.0']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -591,7 +591,7 @@ pymailgunner==1.4
|
|||
pymochad==0.1.1
|
||||
|
||||
# homeassistant.components.mysensors
|
||||
pymysensors==0.9.1
|
||||
pymysensors==0.10.0
|
||||
|
||||
# homeassistant.components.device_tracker.netgear
|
||||
pynetgear==0.3.3
|
||||
|
|
Loading…
Add table
Reference in a new issue