mirror of
https://github.com/aljazceru/addons.git
synced 2026-01-23 14:55:50 +01:00
16 lines
442 B
JSON
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"
|
|
}
|