mirror of
https://github.com/home-assistant/core.git
synced 2025-06-25 01:21:51 +02:00
Update python-lirc to 1.2.3 (#3784)
* Upgrade to latest python-lirc 1.2.3 * update requirements_all.txt
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user