mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
revert prev commit
This commit is contained in:
parent
92b05389f2
commit
77539a5b89
@ -12,12 +12,11 @@ from collections import OrderedDict
|
|||||||
from homeassistant.const import (TEMP_CELCIUS)
|
from homeassistant.const import (TEMP_CELCIUS)
|
||||||
from homeassistant.helpers.entity import Entity
|
from homeassistant.helpers.entity import Entity
|
||||||
from RFXtrx import SensorEvent
|
from RFXtrx import SensorEvent
|
||||||
|
import homeassistant.components.rfxtrx as rfxtrx
|
||||||
from homeassistant.util import slugify
|
from homeassistant.util import slugify
|
||||||
|
|
||||||
DEPENDENCIES = ['rfxtrx']
|
DEPENDENCIES = ['rfxtrx']
|
||||||
|
|
||||||
import homeassistant.components.rfxtrx as rfxtrx
|
|
||||||
|
|
||||||
DATA_TYPES = OrderedDict([
|
DATA_TYPES = OrderedDict([
|
||||||
('Temperature', TEMP_CELCIUS),
|
('Temperature', TEMP_CELCIUS),
|
||||||
('Humidity', '%'),
|
('Humidity', '%'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user