Skip to content

Commit

Permalink
fix: remove unused "homeassistant.util.distance"
Browse files Browse the repository at this point in the history
  • Loading branch information
pilotak committed Nov 2, 2023
1 parent 4673a98 commit 20c1626
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion custom_components/clientraw/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/pilotak/homeassistant-clientraw/issues",
"requirements": [],
"version": "2.6.0"
"version": "2.6.1"
}
3 changes: 1 addition & 2 deletions custom_components/clientraw/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,13 @@
from homeassistant.util import slugify
from homeassistant.util.unit_conversion import (
TemperatureConverter, PressureConverter, DistanceConverter)
from homeassistant.util.distance import convert as convert_distance
from homeassistant.helpers.aiohttp_client import async_get_clientsession
from homeassistant.helpers.entity import Entity
from homeassistant.helpers.event import (async_track_utc_time_change,
async_call_later)
from homeassistant.util.unit_system import METRIC_SYSTEM

__version__ = '2.6.0'
__version__ = '2.6.1'

_LOGGER = logging.getLogger(__name__)

Expand Down

0 comments on commit 20c1626

Please sign in to comment.