homeassistant-basestation icon indicating copy to clipboard operation
homeassistant-basestation copied to clipboard

Platform error switch.basestation - Requirements for basestation not found: ['basestation==0.0.4'].

Open reg98643t opened this issue 2 years ago • 1 comments

When I add the configuration I get this error:

Platform error switch.basestation - Requirements for basestation not found: ['basestation==0.0.4'].

reg98643t avatar Aug 12 '22 06:08 reg98643t

I'm also getting this error.

I believe the latest version of HA, bluepy is no longer supported. This project depends on the basestation project which depends on bluepy.

I'm also seeing the error mentioned in #3, which makes sense. basestation fails to install so then you get this error which says it can't find the basestation requirement.

See the breaking changes notes for Python and Bluetooth the latest HA release: https://www.home-assistant.io/blog/2022/07/06/release-20227/#breaking-changes

With the new BT changes in HA, it would be great if @jariz could update this custom component! :)

ScottG489 avatar Aug 19 '22 19:08 ScottG489

Basestation is not a dependency anymore in the latest version, so this should now be irrelevant

jariz avatar Oct 09 '22 18:10 jariz