From a39846bad92eaeae60c54b6e3ce15eec791a79b4 Mon Sep 17 00:00:00 2001 From: vacumet <44652865+vacumet@users.noreply.github.com> Date: Fri, 2 Nov 2018 14:44:20 +0100 Subject: [PATCH] Changed from pifacecommon 4.1.2 to 4.2.2 to make the piface digital i/o boards work on rpi like 3 (#18101) --- homeassistant/components/rpi_pfio.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/rpi_pfio.py b/homeassistant/components/rpi_pfio.py index bf8fdccfab0..286be87bce9 100644 --- a/homeassistant/components/rpi_pfio.py +++ b/homeassistant/components/rpi_pfio.py @@ -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__) diff --git a/requirements_all.txt b/requirements_all.txt index 466eb6ead54..b89b496dd50 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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