Upgrade to PyMata 2.12 (#1993)
parent
98bedf1bd6
commit
d73f8d5253
|
@ -11,7 +11,7 @@ from homeassistant.const import (
|
|||
from homeassistant.helpers import validate_config
|
||||
|
||||
DOMAIN = "arduino"
|
||||
REQUIREMENTS = ['PyMata==2.07a']
|
||||
REQUIREMENTS = ['PyMata==2.12']
|
||||
BOARD = None
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ voluptuous==0.8.9
|
|||
PyISY==1.0.5
|
||||
|
||||
# homeassistant.components.arduino
|
||||
PyMata==2.07a
|
||||
PyMata==2.12
|
||||
|
||||
# homeassistant.components.rpi_gpio
|
||||
# RPi.GPIO==0.6.1
|
||||
|
|
Loading…
Reference in New Issue