homeassistant-basestation
homeassistant-basestation copied to clipboard
Platform error switch.basestation - Requirements for basestation not found: ['basestation==0.0.4'].
When I add the configuration I get this error:
Platform error switch.basestation - Requirements for basestation not found: ['basestation==0.0.4'].
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! :)
Basestation is not a dependency anymore in the latest version, so this should now be irrelevant