diff --git a/homeassistant/components/mochad.py b/homeassistant/components/mochad.py
index 3cc4eda76756db579f2dfbd6c35e97be0716c945..9f53f84e020a7c7db6f65258e8d7e405e996464e 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 93fa176bb635bd5889d7de66a5e74f438084ffca..cf603ae1436339ebce024afc3cdf089524a3de6d 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