Update python-lirc to 1.2.3 (#3784)

* Upgrade to latest python-lirc 1.2.3

* update requirements_all.txt
pull/3813/head
Lukas 2016-10-11 08:44:41 +02:00 committed by Paulus Schoutsen
parent 711526e574
commit 941fccd3fc
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ import voluptuous as vol
from homeassistant.const import (
EVENT_HOMEASSISTANT_STOP, EVENT_HOMEASSISTANT_START)
REQUIREMENTS = ['python-lirc==1.2.1']
REQUIREMENTS = ['python-lirc==1.2.3']
_LOGGER = logging.getLogger(__name__)

View File

@ -380,7 +380,7 @@ python-forecastio==1.3.5
python-hpilo==3.8
# homeassistant.components.lirc
# python-lirc==1.2.1
# python-lirc==1.2.3
# homeassistant.components.media_player.mpd
python-mpd2==0.5.5