Skip to content

Commit

Permalink
Update config_flow.py to conform to HA 2024.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
valkjsaaa authored and hcoohb committed Jan 5, 2024
1 parent 4db08fb commit 1f49f7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/yeelight_bt/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
BluetoothServiceInfoBleak,
async_get_scanner,
)
from homeassistant.components.bluetooth.models import BluetoothScanningMode
from homeassistant.components.bluetooth.scanner import create_bleak_scanner
from homeassistant.components.bluetooth import BluetoothScanningMode
from habluetooth.scanner import create_bleak_scanner
from homeassistant.const import CONF_MAC, CONF_NAME
from homeassistant.data_entry_flow import FlowResult
from homeassistant.helpers import device_registry as dr
Expand Down

0 comments on commit 1f49f7e

Please sign in to comment.