* 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:
parent
d7017f2138
commit
12182d6e49
2 changed files with 2 additions and 2 deletions
|
@ -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__)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue