From 47034f83f423acf154b76c5c32748d537fcd6457 Mon Sep 17 00:00:00 2001 From: Martin Hjelmare Date: Sun, 7 May 2017 04:10:17 +0200 Subject: [PATCH] Upgrade pymysensors to 0.10.0 (#7469) --- homeassistant/components/mysensors.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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