mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 09:47:13 +00: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:
parent
711526e574
commit
941fccd3fc
@ -14,7 +14,7 @@ import voluptuous as vol
|
|||||||
from homeassistant.const import (
|
from homeassistant.const import (
|
||||||
EVENT_HOMEASSISTANT_STOP, EVENT_HOMEASSISTANT_START)
|
EVENT_HOMEASSISTANT_STOP, EVENT_HOMEASSISTANT_START)
|
||||||
|
|
||||||
REQUIREMENTS = ['python-lirc==1.2.1']
|
REQUIREMENTS = ['python-lirc==1.2.3']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -380,7 +380,7 @@ python-forecastio==1.3.5
|
|||||||
python-hpilo==3.8
|
python-hpilo==3.8
|
||||||
|
|
||||||
# homeassistant.components.lirc
|
# homeassistant.components.lirc
|
||||||
# python-lirc==1.2.1
|
# python-lirc==1.2.3
|
||||||
|
|
||||||
# homeassistant.components.media_player.mpd
|
# homeassistant.components.media_player.mpd
|
||||||
python-mpd2==0.5.5
|
python-mpd2==0.5.5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user