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:
parent
3fe895c18f
commit
a39846bad9
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ import logging
|
|||
from homeassistant.const import (
|
||||
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__)
|
||||
|
||||
|
|
|
@ -709,7 +709,7 @@ pdunehd==1.3
|
|||
pexpect==4.6.0
|
||||
|
||||
# homeassistant.components.rpi_pfio
|
||||
pifacecommon==4.1.2
|
||||
pifacecommon==4.2.2
|
||||
|
||||
# homeassistant.components.rpi_pfio
|
||||
pifacedigitalio==3.0.5
|
||||
|
|
Loading…
Add table
Reference in a new issue