Skip to content

Commit

Permalink
reorganise sensor imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jontofront committed Jan 24, 2024
1 parent 3bc717f commit 5a346e2
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions custom_components/econet300/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@
import logging
from typing import Any

from homeassistant.components.sensor import (
SensorEntity,
SensorEntityDescription,
)
from homeassistant.components.sensor import SensorEntity, SensorEntityDescription
from homeassistant.config_entries import ConfigEntry
from homeassistant.core import HomeAssistant
from homeassistant.helpers.entity_platform import AddEntitiesCallback
Expand All @@ -23,12 +20,12 @@
ENTITY_PRECISION,
ENTITY_UNIT_MAP,
ENTITY_VALUE_PROCESSOR,
MIXER_AVAILABILITY_KEY,
MIXER_SET_TEMP,
SENSOR_MAP,
SERVICE_API,
SERVICE_COORDINATOR,
STATE_CLASS_MAP,
MIXER_AVAILABILITY_KEY,
MIXER_SET_TEMP,
)
from .entity import EconetEntity, MixerEntity

Expand Down

0 comments on commit 5a346e2

Please sign in to comment.