Minor bug in rfxtrx

This commit is contained in:
Daniel Høyer Iversen 2015-11-01 12:40:41 +01:00
parent 6bb95f5c9b
commit 82aec895a0

View file

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