SongBPM Home Assistant custom component integration. SongBPM will try to find the BPM of a song..
This integration is in no way affiliated with SongBPM.
-
HACS: add url https://github.com/myTselection/SongBPM as custom repository (HACS > Integration > option: Custom Repositories)
-
Restart Home Assistant
-
Add 'SongBPM' integration via HA Settings > 'Devices and Services' > 'Integrations'
Still some optimisations are planned, see Issues section in GitHub.
The main logic and API connection related code can be found within source code SongBPM/custom_components/MyEnery:
All other files just contain boilerplat code for the integration to work wtihin HA or to have some constants/strings/translations.
If you would encounter some issues with this custom component, you can enable extra debug logging by adding below into your configuration.yaml:
Click to show example
logger:
default: info
logs:
custom_components.songbpm: debug