Upgrade PyMata to 2.13 (#3335)
This commit is contained in:
parent
26a118e75d
commit
1e8cf8c1b7
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ from homeassistant.const import (
|
||||||
from homeassistant.const import CONF_PORT
|
from homeassistant.const import CONF_PORT
|
||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
|
|
||||||
REQUIREMENTS = ['PyMata==2.12']
|
REQUIREMENTS = ['PyMata==2.13']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
|
@ -14,7 +14,7 @@ PyISY==1.0.7
|
||||||
PyJWT==1.4.2
|
PyJWT==1.4.2
|
||||||
|
|
||||||
# homeassistant.components.arduino
|
# homeassistant.components.arduino
|
||||||
PyMata==2.12
|
PyMata==2.13
|
||||||
|
|
||||||
# homeassistant.components.rpi_gpio
|
# homeassistant.components.rpi_gpio
|
||||||
# RPi.GPIO==0.6.1
|
# RPi.GPIO==0.6.1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue