Files
addons/bluetooth_bcm43xx/config.json
Pascal Vizeli ccfbd152bc Add firmware BCM43430A1.hcd (#114)
Add firmware BCM43430A1.hcd
2017-06-06 14:47:03 +02:00

16 lines
442 B
JSON

{
"name": "Bluetooth BCM43xx",
"version": "0.5",
"slug": "bluetooth_bcm43xx",
"description": "Activate bluetooth for bcm43xx",
"url": "https://home-assistant.io/addons/Bluetooth_bcm43xx/",
"startup": "initialize",
"boot": "auto",
"host_network": "true",
"privileged": ["NET_ADMIN"],
"devices": ["/dev/ttyAMA0:/dev/ttyAMA0:rwm"],
"options": {},
"schema": {},
"image": "homeassistant/{arch}-addon-bluetooth_bcm43xx"
}