Upgrade pymysensors to 0.16.0 (#15554)

This commit is contained in:
Martin Hjelmare 2018-07-19 22:52:03 +02:00 committed by GitHub
parent 2fcacbff23
commit a0193e8e42
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.14.0']
REQUIREMENTS = ['pymysensors==0.16.0']
_LOGGER = logging.getLogger(__name__)

View file

@ -926,7 +926,7 @@ pymusiccast==0.1.6
pymyq==0.0.11
# homeassistant.components.mysensors
pymysensors==0.14.0
pymysensors==0.16.0
# homeassistant.components.lock.nello
pynello==1.5.1