Upgrade RPi.GPIO to 0.6.5 (#19392)

This commit is contained in:
Fabian Affolter 2018-12-17 18:31:03 +01:00 committed by Charles Garwood
parent 3a1dc16c0d
commit e60de53404
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ import logging
from homeassistant.const import (
EVENT_HOMEASSISTANT_START, EVENT_HOMEASSISTANT_STOP)
REQUIREMENTS = ['RPi.GPIO==0.6.1']
REQUIREMENTS = ['RPi.GPIO==0.6.5']
_LOGGER = logging.getLogger(__name__)