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
This commit is contained in:
Alex Osadchyy 2018-01-30 05:13:30 -08:00 committed by Martin Hjelmare
parent d7017f2138
commit 12182d6e49
2 changed files with 2 additions and 2 deletions

View file

@ -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__)

View file

@ -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