revert prev commit
This commit is contained in:
parent
92b05389f2
commit
77539a5b89
1 changed files with 1 additions and 2 deletions
|
@ -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', '%'),
|
||||
|
|
Loading…
Add table
Reference in a new issue