mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Locked in required version of python-lirc for LIRC component
This commit is contained in:
parent
e30f2bf912
commit
d505398917
@ -17,7 +17,7 @@ from homeassistant.const import (EVENT_HOMEASSISTANT_STOP,
|
|||||||
EVENT_HOMEASSISTANT_START)
|
EVENT_HOMEASSISTANT_START)
|
||||||
|
|
||||||
DOMAIN = "lirc"
|
DOMAIN = "lirc"
|
||||||
REQUIREMENTS = ['python-lirc>=1.2.1']
|
REQUIREMENTS = ['python-lirc==1.2.1']
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
ICON = 'mdi:remote'
|
ICON = 'mdi:remote'
|
||||||
EVENT_IR_COMMAND_RECEIVED = 'ir_command_received'
|
EVENT_IR_COMMAND_RECEIVED = 'ir_command_received'
|
||||||
|
@ -263,7 +263,7 @@ pysnmp==4.2.5
|
|||||||
python-forecastio==1.3.4
|
python-forecastio==1.3.4
|
||||||
|
|
||||||
# homeassistant.components.lirc
|
# homeassistant.components.lirc
|
||||||
# python-lirc>=1.2.1
|
# python-lirc==1.2.1
|
||||||
|
|
||||||
# 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