Minor bug in rfxtrx
This commit is contained in:
parent
6bb95f5c9b
commit
82aec895a0
1 changed files with 3 additions and 1 deletions
|
@ -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', '%'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue