Upgrade to PyMata 2.12 (#1993)

pull/1662/merge
Fabian Affolter 2016-05-07 03:03:28 +02:00 committed by Paulus Schoutsen
parent 98bedf1bd6
commit d73f8d5253
2 changed files with 2 additions and 2 deletions

View File

@ -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__)

View File

@ -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