mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Upgrade to PyMata 2.12 (#1993)
This commit is contained in:
parent
98bedf1bd6
commit
d73f8d5253
@ -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…
x
Reference in New Issue
Block a user