revert prev commit

This commit is contained in:
Daniel Høyer Iversen 2015-11-01 12:51:09 +01:00
parent 92b05389f2
commit 77539a5b89

View file

@ -12,12 +12,11 @@ from collections import OrderedDict
from homeassistant.const import (TEMP_CELCIUS)
from homeassistant.helpers.entity import Entity
from RFXtrx import SensorEvent
import homeassistant.components.rfxtrx as rfxtrx
from homeassistant.util import slugify
DEPENDENCIES = ['rfxtrx']
import homeassistant.components.rfxtrx as rfxtrx
DATA_TYPES = OrderedDict([
('Temperature', TEMP_CELCIUS),
('Humidity', '%'),