1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

updated rfxtrx lib

This commit is contained in:
Daniel
2016-02-11 14:15:51 +01:00
parent cdf0e80773
commit f938134069
4 changed files with 7 additions and 10 deletions

View File

@@ -9,8 +9,8 @@ https://home-assistant.io/components/rfxtrx/
import logging
from homeassistant.util import slugify
REQUIREMENTS = ['https://github.com/Danielhiversen/pyRFXtrx/archive/0.3.zip' +
'#RFXtrx==0.3']
REQUIREMENTS = ['https://github.com/Danielhiversen/pyRFXtrx/archive/0.4.zip' +
'#RFXtrx==0.4']
DOMAIN = "rfxtrx"