diff --git a/bluetooth_bcm43xx/BCM43430A1.hcd b/bluetooth_bcm43xx/BCM43430A1.hcd new file mode 100644 index 0000000..162275a Binary files /dev/null and b/bluetooth_bcm43xx/BCM43430A1.hcd differ diff --git a/bluetooth_bcm43xx/Dockerfile b/bluetooth_bcm43xx/Dockerfile index 14b11b0..29ac172 100644 --- a/bluetooth_bcm43xx/Dockerfile +++ b/bluetooth_bcm43xx/Dockerfile @@ -11,6 +11,9 @@ RUN git clone --depth 1 https://github.com/RPi-Distro/firmware-nonfree /tmp/firm && mkdir -p /lib/firmware/brcm \ && cp -f /tmp/firmware/brcm80211/brcm/* /lib/firmware/brcm/ \ && rm -rf /tmp/firmware + +# Copy firmware +COPY BCM43430A1.hcd /lib/firmware/brcm/ # Copy data COPY run.sh / diff --git a/bluetooth_bcm43xx/config.json b/bluetooth_bcm43xx/config.json index b8328fb..5c5933a 100644 --- a/bluetooth_bcm43xx/config.json +++ b/bluetooth_bcm43xx/config.json @@ -1,6 +1,6 @@ { "name": "Bluetooth BCM43xx", - "version": "0.4", + "version": "0.5", "slug": "bluetooth_bcm43xx", "description": "Activate bluetooth for bcm43xx", "url": "https://home-assistant.io/addons/Bluetooth_bcm43xx/",