Upgrade pymysensors to 0.17.0 (#15942)

This commit is contained in:
Martin Hjelmare 2018-08-12 20:22:54 +02:00 committed by GitHub
parent d3fed52254
commit e8218c4b29
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

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

View file

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