Upgrade pymysensors to 0.11.1 (#9212)

This commit is contained in:
Martin Hjelmare 2017-08-29 17:10:28 +02:00 committed by Pascal Vizeli
parent ee28b439b3
commit b8d737c0cc
2 changed files with 2 additions and 2 deletions

View file

@ -27,7 +27,7 @@ from homeassistant.helpers.entity import Entity
from homeassistant.loader import get_component
from homeassistant.setup import setup_component
REQUIREMENTS = ['pymysensors==0.11.0']
REQUIREMENTS = ['pymysensors==0.11.1']
_LOGGER = logging.getLogger(__name__)

View file

@ -661,7 +661,7 @@ pymodbus==1.3.1
pymyq==0.0.8
# homeassistant.components.mysensors
pymysensors==0.11.0
pymysensors==0.11.1
# homeassistant.components.lock.nello
pynello==1.5