diff --git a/supervisor/dbus/const.py b/supervisor/dbus/const.py index 10c3d613e..9477be05c 100644 --- a/supervisor/dbus/const.py +++ b/supervisor/dbus/const.py @@ -306,6 +306,7 @@ class DeviceType(DBusIntEnum): WIRELESS = 2 BLUETOOTH = 5 VLAN = 11 + BRIDGE = 13 TUN = 16 VETH = 20 WIREGUARD = 29