mirror of
https://github.com/home-assistant/core.git
synced 2025-08-01 03:35:09 +02:00
Changed from pifacecommon 4.1.2 to 4.2.2 to make the piface digital i/o boards work on rpi like 3 (#18101)
This commit is contained in:
@@ -9,7 +9,7 @@ import logging
|
|||||||
from homeassistant.const import (
|
from homeassistant.const import (
|
||||||
EVENT_HOMEASSISTANT_START, EVENT_HOMEASSISTANT_STOP)
|
EVENT_HOMEASSISTANT_START, EVENT_HOMEASSISTANT_STOP)
|
||||||
|
|
||||||
REQUIREMENTS = ['pifacecommon==4.1.2', 'pifacedigitalio==3.0.5']
|
REQUIREMENTS = ['pifacecommon==4.2.2', 'pifacedigitalio==3.0.5']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@@ -709,7 +709,7 @@ pdunehd==1.3
|
|||||||
pexpect==4.6.0
|
pexpect==4.6.0
|
||||||
|
|
||||||
# homeassistant.components.rpi_pfio
|
# homeassistant.components.rpi_pfio
|
||||||
pifacecommon==4.1.2
|
pifacecommon==4.2.2
|
||||||
|
|
||||||
# homeassistant.components.rpi_pfio
|
# homeassistant.components.rpi_pfio
|
||||||
pifacedigitalio==3.0.5
|
pifacedigitalio==3.0.5
|
||||||
|
Reference in New Issue
Block a user