Locked in required version of python-lirc for LIRC component

This commit is contained in:
ntouran 2016-05-26 07:53:17 -07:00
parent e30f2bf912
commit d505398917
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ from homeassistant.const import (EVENT_HOMEASSISTANT_STOP,
EVENT_HOMEASSISTANT_START)
DOMAIN = "lirc"
REQUIREMENTS = ['python-lirc>=1.2.1']
REQUIREMENTS = ['python-lirc==1.2.1']
_LOGGER = logging.getLogger(__name__)
ICON = 'mdi:remote'
EVENT_IR_COMMAND_RECEIVED = 'ir_command_received'

View File

@ -263,7 +263,7 @@ pysnmp==4.2.5
python-forecastio==1.3.4
# homeassistant.components.lirc
# python-lirc>=1.2.1
# python-lirc==1.2.1
# homeassistant.components.media_player.mpd
python-mpd2==0.5.5