Update python-lirc to 1.2.3 (#3784)
* Upgrade to latest python-lirc 1.2.3 * update requirements_all.txtpull/3813/head
parent
711526e574
commit
941fccd3fc
|
@ -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__)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue