diff --git a/homeassistant/components/mysensors.py b/homeassistant/components/mysensors.py index 761885c9905..ef863bfb34f 100644 --- a/homeassistant/components/mysensors.py +++ b/homeassistant/components/mysensors.py @@ -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__) diff --git a/requirements_all.txt b/requirements_all.txt index 26f37a3cac9..ace8b33db7a 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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