d03n3rfr1tz3 / hass-divoom

Divoom Integration for Home Assistant
MIT License
110 stars 9 forks source link

Add bluetooth adapters dependency #16

Closed bahuma20 closed 1 year ago

bahuma20 commented 1 year ago

For the custom component to work on Raspberry Pi, you have to add the "bluetooth_adapters" dependency to the manifest, so that the component will be loaded after bluetooth initialization.

See https://developers.home-assistant.io/docs/bluetooth/ for details