home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
69.72k stars 28.87k forks source link

Pybluez is not included in official docker container #119986

Open mysteryman69 opened 1 week ago

mysteryman69 commented 1 week ago

The problem

Configuration warnings Platform error 'device_tracker' from integration 'bluetooth_tracker' - Requirements for bluetooth_tracker not found: ['PyBluez==0.22'].

What version of Home Assistant Core has the issue?

core-2024.6.3

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant Container

Integration causing the issue

docker

Link to integration documentation on our website

No response

Diagnostics information

Configuration warnings Platform error 'device_tracker' from integration 'bluetooth_tracker' - Requirements for bluetooth_tracker not found: ['PyBluez==0.22'].

Example YAML snippet

No response

Anything in the logs that might be useful for us?

Configuration warnings
Platform error 'device_tracker' from integration 'bluetooth_tracker' - Requirements for bluetooth_tracker not found: ['PyBluez==0.22'].

Additional information

I'm sure you guys already know how to modify the docker container, but I'll include one that is fairly clear.

https://stackoverflow.com/questions/56430331/how-to-include-python-packages-in-docker-file

home-assistant[bot] commented 1 week ago

bluetooth_tracker documentation bluetooth_tracker source

mysteryman69 commented 1 week ago

Saw you posted the Bluetooth tracker tag, just making sure to be clear, this is related to the Bluetooth tracker, but the Bluetooth tracker is (or would be) working fine as far as I know.

This is a dependency of the Bluetooth tracker which needs to be added to the docker build environment to make sure it's available for people who use the tracker.