Files
addons/bluetooth_bcm43xx/config.json
Pascal Vizeli cb88bb289e Cleanup bluetooth (#226)
* Cleanup bluetooth

* fix lint

* fix lint p2

* add BD address

* fix lint

* fix lint p3
2018-01-13 23:56:53 +01:00

16 lines
454 B
JSON

{
"name": "Bluetooth BCM43xx",
"version": "1.1",
"slug": "bluetooth_bcm43xx",
"description": "Activate Bluetooth for Broadcom 43xx chips",
"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"
}