mirror of
https://github.com/home-assistant/core.git
synced 2025-08-14 01:55:18 +02:00
unused variable
This commit is contained in:
@@ -15,8 +15,7 @@ from homeassistant.util import slugify
|
||||
from homeassistant.core import callback
|
||||
from homeassistant.components.sensor import PLATFORM_SCHEMA
|
||||
from homeassistant.const import (
|
||||
CONF_NAME, CONF_ENTITY_ID, ATTR_UNIT_OF_MEASUREMENT, ATTR_ENTITY_ID,
|
||||
EVENT_HOMEASSISTANT_START)
|
||||
CONF_NAME, CONF_ENTITY_ID, ATTR_UNIT_OF_MEASUREMENT, ATTR_ENTITY_ID)
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
from homeassistant.helpers.entity import Entity
|
||||
from homeassistant.helpers.event import async_track_state_change
|
||||
|
Reference in New Issue
Block a user