From a0193e8e42d3583e3e96fcbe182324dc1be61059 Mon Sep 17 00:00:00 2001
From: Martin Hjelmare <marhje52@kth.se>
Date: Thu, 19 Jul 2018 22:52:03 +0200
Subject: [PATCH] Upgrade pymysensors to 0.16.0 (#15554)

---
 homeassistant/components/mysensors/__init__.py | 2 +-
 requirements_all.txt                           | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/homeassistant/components/mysensors/__init__.py b/homeassistant/components/mysensors/__init__.py
index 3aa8e82911e..3066819638f 100644
--- a/homeassistant/components/mysensors/__init__.py
+++ b/homeassistant/components/mysensors/__init__.py
@@ -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__)
 
diff --git a/requirements_all.txt b/requirements_all.txt
index 309a8c7c1b6..ecd28ed7170 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -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
-- 
GitLab