mirror of
https://github.com/home-assistant/core.git
synced 2025-11-10 03:19:34 +00:00
Remove sensor from _IGNORE_ROOT_IMPORT in pylint plugin (#154602)
This commit is contained in:
@@ -16,7 +16,9 @@ from homeassistant.components.sensor import (
|
||||
SensorDeviceClass,
|
||||
SensorEntity,
|
||||
)
|
||||
from homeassistant.components.sensor.helpers import async_parse_date_datetime
|
||||
from homeassistant.components.sensor.helpers import ( # pylint: disable=hass-component-root-import
|
||||
async_parse_date_datetime,
|
||||
)
|
||||
from homeassistant.const import (
|
||||
ATTR_ENTITY_PICTURE,
|
||||
ATTR_FRIENDLY_NAME,
|
||||
|
||||
Reference in New Issue
Block a user