mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 20:27:08 +00:00
* 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
@ -14,7 +14,7 @@ from homeassistant.const import (
|
|||||||
EVENT_HOMEASSISTANT_START, EVENT_HOMEASSISTANT_STOP)
|
EVENT_HOMEASSISTANT_START, EVENT_HOMEASSISTANT_STOP)
|
||||||
from homeassistant.const import (CONF_HOST, CONF_PORT)
|
from homeassistant.const import (CONF_HOST, CONF_PORT)
|
||||||
|
|
||||||
REQUIREMENTS = ['pymochad==0.1.1']
|
REQUIREMENTS = ['pymochad==0.2.0']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -784,7 +784,7 @@ pylutron==0.1.0
|
|||||||
pymailgunner==1.4
|
pymailgunner==1.4
|
||||||
|
|
||||||
# homeassistant.components.mochad
|
# homeassistant.components.mochad
|
||||||
pymochad==0.1.1
|
pymochad==0.2.0
|
||||||
|
|
||||||
# homeassistant.components.modbus
|
# homeassistant.components.modbus
|
||||||
pymodbus==1.3.1
|
pymodbus==1.3.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user