From 12182d6e49b04bf75fae0dc8ba33931694338f4a Mon Sep 17 00:00:00 2001
From: Alex Osadchyy <21959540+aosadchyy@users.noreply.github.com>
Date: Tue, 30 Jan 2018 05:13:30 -0800
Subject: [PATCH] Bumped up pymochad requirement to 0.2.0 as a fix for #11928
 (#12014)

* Bumped up pymochad requirement to 0.2.0 as a fix for #11928

* requirements_all.txt updated to match pymochad requirements
---
 homeassistant/components/mochad.py | 2 +-
 requirements_all.txt               | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/homeassistant/components/mochad.py b/homeassistant/components/mochad.py
index 3cc4eda7675..9f53f84e020 100644
--- a/homeassistant/components/mochad.py
+++ b/homeassistant/components/mochad.py
@@ -14,7 +14,7 @@ from homeassistant.const import (
     EVENT_HOMEASSISTANT_START, EVENT_HOMEASSISTANT_STOP)
 from homeassistant.const import (CONF_HOST, CONF_PORT)
 
-REQUIREMENTS = ['pymochad==0.1.1']
+REQUIREMENTS = ['pymochad==0.2.0']
 
 _LOGGER = logging.getLogger(__name__)
 
diff --git a/requirements_all.txt b/requirements_all.txt
index 93fa176bb63..cf603ae1436 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -784,7 +784,7 @@ pylutron==0.1.0
 pymailgunner==1.4
 
 # homeassistant.components.mochad
-pymochad==0.1.1
+pymochad==0.2.0
 
 # homeassistant.components.modbus
 pymodbus==1.3.1
-- 
GitLab