mirror of
https://github.com/home-assistant/core.git
synced 2025-11-12 20:40:18 +00:00
Replace REQUIREMENTS by DEPENDENCIES variable
This commit is contained in:
@@ -28,8 +28,7 @@ import homeassistant.components.rfxtrx as rfxtrx
|
||||
from RFXtrx import SensorEvent
|
||||
from homeassistant.util import slugify
|
||||
|
||||
REQUIREMENTS = ['https://github.com/Danielhiversen/pyRFXtrx/archive/' +
|
||||
'ec7a1aaddf8270db6e5da1c13d58c1547effd7cf.zip#RFXtrx==0.15']
|
||||
DEPENDENCIES = ['rfxtrx']
|
||||
|
||||
DATA_TYPES = OrderedDict([
|
||||
('Temperature', TEMP_CELCIUS),
|
||||
|
||||
Reference in New Issue
Block a user