Skip to content

Commit 9e75e91

Browse files
chore(deps): bump bluetooth-sensor-state-data from 1.7.5 to 1.9.0 (#53)
* chore(deps): bump bluetooth-sensor-state-data from 1.7.5 to 1.9.0 Bumps [bluetooth-sensor-state-data](https://github.com/bluetooth-devices/bluetooth-sensor-state-data) from 1.7.5 to 1.9.0. - [Release notes](https://github.com/bluetooth-devices/bluetooth-sensor-state-data/releases) - [Changelog](https://github.com/Bluetooth-Devices/bluetooth-sensor-state-data/blob/main/CHANGELOG.md) - [Commits](Bluetooth-Devices/bluetooth-sensor-state-data@v1.7.5...v1.9.0) --- updated-dependencies: - dependency-name: bluetooth-sensor-state-data dependency-version: 1.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * fix: habluetooth import * fix: habluetooth import --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ernst Klamer <e.klamer@gmail.com>
1 parent 5355a9f commit 9e75e91

File tree

3 files changed

+13
-27
lines changed

3 files changed

+13
-27
lines changed

poetry.lock

Lines changed: 11 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/tilt_ble/parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from typing import Final
44

55
from bluetooth_sensor_state_data import BluetoothData
6-
from home_assistant_bluetooth import BluetoothServiceInfo
6+
from habluetooth import BluetoothServiceInfo
77
from sensor_state_data import DeviceClass, Units
88

99
_LOGGER = logging.getLogger(__name__)

tests/test_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from home_assistant_bluetooth import BluetoothServiceInfo
1+
from habluetooth import BluetoothServiceInfo
22
from sensor_state_data import (
33
DeviceClass,
44
DeviceKey,

0 commit comments

Comments
 (0)