mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 22:27:07 +00:00
Removed LIRC dependency from requirements due to "complex" compliation
User will have to install lirc and python-lirc manually.
This commit is contained in:
parent
b3e9e1dfcd
commit
80e60efd8f
@ -18,7 +18,6 @@ from homeassistant.const import EVENT_HOMEASSISTANT_STOP
|
|||||||
|
|
||||||
LIRC = None
|
LIRC = None
|
||||||
|
|
||||||
REQUIREMENTS = ['python-lirc==1.2.1']
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
ICON = 'mdi:remote'
|
ICON = 'mdi:remote'
|
||||||
|
|
||||||
|
@ -262,9 +262,6 @@ pysnmp==4.2.5
|
|||||||
# homeassistant.components.sensor.forecast
|
# homeassistant.components.sensor.forecast
|
||||||
python-forecastio==1.3.4
|
python-forecastio==1.3.4
|
||||||
|
|
||||||
# homeassistant.components.sensor.lirc
|
|
||||||
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