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