mirror of
https://github.com/home-assistant/core.git
synced 2025-06-25 01:21:51 +02: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:
committed by
Martin Hjelmare
parent
d7017f2138
commit
12182d6e49
@ -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
|
||||
|
Reference in New Issue
Block a user