Upgrade to PyMata 2.12 (#1993)
This commit is contained in:
parent
98bedf1bd6
commit
d73f8d5253
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ from homeassistant.const import (
|
||||||
from homeassistant.helpers import validate_config
|
from homeassistant.helpers import validate_config
|
||||||
|
|
||||||
DOMAIN = "arduino"
|
DOMAIN = "arduino"
|
||||||
REQUIREMENTS = ['PyMata==2.07a']
|
REQUIREMENTS = ['PyMata==2.12']
|
||||||
BOARD = None
|
BOARD = None
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@ voluptuous==0.8.9
|
||||||
PyISY==1.0.5
|
PyISY==1.0.5
|
||||||
|
|
||||||
# homeassistant.components.arduino
|
# homeassistant.components.arduino
|
||||||
PyMata==2.07a
|
PyMata==2.12
|
||||||
|
|
||||||
# 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