feat(home-assistant): add zigbee usb dongle.

This commit is contained in:
CronyAkatsuki 2025-11-01 00:06:18 +01:00
parent 5611a27d61
commit cfbfe09152

View file

@ -5,6 +5,9 @@
ports = [
"8123:8123"
];
devices = [
"/dev/ttyUSB0:/dev/ttyUSB0"
];
privileged = true;
capabilities = {
NET_ADMIN = true;