mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +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.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…
x
Reference in New Issue
Block a user