Very minor cleanup of RFLink components (#17649)
This commit is contained in:
parent
bdfd473aaa
commit
9982867d66
3 changed files with 15 additions and 10 deletions
|
@ -6,13 +6,16 @@ https://home-assistant.io/components/sensor.rflink/
|
|||
"""
|
||||
import logging
|
||||
|
||||
import voluptuous as vol
|
||||
|
||||
from homeassistant.components.rflink import (
|
||||
CONF_ALIASES, CONF_ALIASSES, CONF_AUTOMATIC_ADD, CONF_DEVICES,
|
||||
DATA_DEVICE_REGISTER, DATA_ENTITY_LOOKUP, EVENT_KEY_ID,
|
||||
EVENT_KEY_SENSOR, EVENT_KEY_UNIT, RflinkDevice, cv, remove_deprecated, vol,
|
||||
EVENT_KEY_SENSOR, EVENT_KEY_UNIT, RflinkDevice, remove_deprecated,
|
||||
SIGNAL_AVAILABILITY, SIGNAL_HANDLE_EVENT, TMP_ENTITY)
|
||||
from homeassistant.components.sensor import (
|
||||
PLATFORM_SCHEMA)
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
from homeassistant.const import (
|
||||
ATTR_UNIT_OF_MEASUREMENT, CONF_NAME, CONF_UNIT_OF_MEASUREMENT)
|
||||
from homeassistant.helpers.dispatcher import (async_dispatcher_connect)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue