Skip to content

Commit

Permalink
fix: use correct import for BLEDevice
Browse files Browse the repository at this point in the history
Signed-off-by: Felix Kaechele <felix@kaechele.ca>
  • Loading branch information
kaechele committed Dec 28, 2023
1 parent 0b2f7ca commit 6a53b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/napoleon_efire/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import logging
from typing import Any

from bleak_retry_connector import BLEDevice
from bleak.backends.device import BLEDevice
from bluetooth_data_tools import human_readable_name
from bonaparte import Fireplace
from bonaparte.const import Feature
Expand Down

0 comments on commit 6a53b88

Please sign in to comment.