Upgrade pymysensors to 0.17.0 (#15942)
This commit is contained in:
parent
e0229b799d
commit
985f96662e
2 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ from .const import (
|
|||
from .device import get_mysensors_devices
|
||||
from .gateway import get_mysensors_gateway, setup_gateways, finish_setup
|
||||
|
||||
REQUIREMENTS = ['pymysensors==0.16.0']
|
||||
REQUIREMENTS = ['pymysensors==0.17.0']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -953,7 +953,7 @@ pymusiccast==0.1.6
|
|||
pymyq==0.0.11
|
||||
|
||||
# homeassistant.components.mysensors
|
||||
pymysensors==0.16.0
|
||||
pymysensors==0.17.0
|
||||
|
||||
# homeassistant.components.lock.nello
|
||||
pynello==1.5.1
|
||||
|
|
Loading…
Add table
Reference in a new issue