Skip to content
This repository was archived by the owner on Dec 27, 2025. It is now read-only.
This repository was archived by the owner on Dec 27, 2025. It is now read-only.

Log Warning: attempted to call BleakClient with an address instead of a BLEDevice #11

@ScottG489

Description

@ScottG489

Just noticed in my logs this warning message:

Detected integration that attempted to call BleakClient with an address instead of a BLEDevice. Please report issue to the custom integration author for basestation using this method at custom_components/basestation/switch.py, line 71: async with BleakClient(self.get_ble_device()) as client:

Here's the offending code:
https://github.com/jariz/homeassistant-basestation/blob/master/custom_components/basestation/switch.py#L71

At first glance it does look like we're calling it correctly, but perhaps the data is actually wrong?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions